系统繁忙,点击返回
消息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 < 1714408566 AND g.promote_end_date > 1714408566 THEN g.promote_price WHEN g.real_promote_price != '' AND g.real_promote_start_date < 1714408566 AND g.real_promote_end_date > 1714408566 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 ('666') OR g.goods_id IN ('1333') ) AND g.is_direct_pro = 1 AND g.goods_id IN ('52','27','92','157','161','172','93','192','202','377','403','584','956','963','1011','1020','1021','1050','1051','1054','989','1071','1072','1073','1125','1172','1173','1194','1196','1201','1203','1224','1261','1269','1272','1404','1409','1421','1422','1423','1424','1548','1554','1555','1576','1578','1579','1590','1604','1610','1616','1618','1619','1620','1621','1622','1643','1053','104','106','1085','1322','1914','1932','1516','1334','1960','1961','1568','2192','2753','2897','3121','3145','5538','6307','6326','7060','7120','7189','7631','7634','7635','7636','7637','7639','7643','7644','7645','7652','7653','7774','8401','8402','8409','8410','8411','8664','8692','9714','9716','9717','9719','9720','9721','9722','9723','9695','9760','9849','10571','10838','10840','10897','10899','10906','10916','15254','15493','17443','17458','32672','32673','32674') ORDER BY g.is_identity_c desc, salenum DESC错误Unknown column 'salenum' in 'order clause'代码1054