系统繁忙,点击返回
消息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 < 1714243426 AND g.promote_end_date > 1714243426 THEN g.promote_price WHEN g.real_promote_price != '' AND g.real_promote_start_date < 1714243426 AND g.real_promote_end_date > 1714243426 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 ('686') OR g.goods_id IN ('4437','4450','4529','4531','4553','4556','4557','4558','4559','7830','10838','10840','10897','10899','10908') ) AND g.is_direct_pro = 1 AND g.goods_id IN ('580','710','965','1110','1111','1112','1113','1114','1115','1116','1124','1125','1194','1196','1269','1383','1421','1422','1423','1424','1448','1454','1534','1535','1536','1537','1538','1539','1542','1543','1544','1545','1604','1616','1622','1643','1644','1322','1372','1356','1517','1930','1931','1355','2040','2042','2043','2245','2299','2753','2754','2758','2759','2866','2902','2903','4402','4553','6588','6589','7631','7632','7633','7638','7640','7641','7644','7646','7647','7648','7649','7650','7652','7645','7653','7724','7735','7800','7799','9410','9661','9717','9721','9722','9723','10297','10404','10425','10440','10574','10576','12855','15165','15255','17458','18875') ORDER BY g.is_identity_c desc, salenum DESC错误Unknown column 'salenum' in 'order clause'代码1054