系统繁忙,点击返回
消息MySQL Query ErrorSQLSELECT g.goods_id,g.cat_id, g.goods_name, g.goods_name_style, g.click_count, g.goods_number, g.market_price,g.consignor_id, g.is_new, g.is_best, g.is_hot, g.is_limit, g.is_shipping, g.shop_price AS org_price, g.mappoint,g.is_act_field,g.is_seckill_act_field, IFNULL(mp.user_price, g.shop_price * '1') AS shop_price,g.is_promote,g.is_real_promote, g.promote_price,g.real_promote_price, CASE WHEN g.promote_price != '' AND g.promote_start_date < 1714254899 AND g.promote_end_date > 1714254899 THEN g.promote_price WHEN g.real_promote_price != '' AND g.real_promote_start_date < 1714254899 AND g.real_promote_end_date > 1714254899 THEN g.real_promote_price ELSE shop_price END AS shop_p, g.goods_type, g.promote_start_date, g.promote_end_date,g.real_promote_start_date, g.real_promote_end_date, g.goods_brief, g.goods_thumb, g.goods_img, g.supplier_id FROM `haoduobaduo`.`ecs_goods` AS g LEFT JOIN `haoduobaduo`.`ecs_member_price` AS mp ON mp.goods_id = g.goods_id AND mp.user_rank = '0' WHERE g.is_on_sale = 1 AND g.is_alone_sale = 1 AND g.is_delete = 0 AND (g.cat_id IN ('656','682','839','686','687','689','688','1482','1485','1508','2269','2272','1480','1483','2147','1486','1489','1498','1509','1557','1481','1484','1487','1538') OR g.goods_id IN ('1072','1367','1476','1676','1677','1678','4437','4439','4450','4529','4531','4553','4554','4556','4557','4558','4559','7829','7830','10838','10840','10842','10844','10846','10897','10899','10901','10903','10904','10906','10908','10910','10912','10915','10916','31558','31559','36549') )AND g.brand_id=312 AND g.is_direct_pro = 1 ORDER BY g.is_identity_c desc, salenum DESC错误Unknown column 'salenum' in 'order clause'代码1054