系统繁忙,点击返回
消息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 < 1716034428 AND g.promote_end_date > 1716034428 THEN g.promote_price WHEN g.real_promote_price != '' AND g.real_promote_start_date < 1716034428 AND g.real_promote_end_date > 1716034428 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 ('711') OR g.goods_id IN ('') ) AND g.is_direct_pro = 1 AND g.goods_id IN ('579','644','953','971','996','997','1051','1052','1053','1054','1178','158','189','1224','1262','1456','1459','1477','1478','1479','1489','1490','1491','1492','1493','1547','1552','1576','1577','1580','1581','1610','1631','1633','1797','104','106','1085','1323','1349','1887','1913','1338','1333','1342','1870','1961','1408','1567','1569','1568','2026','2064','2063','2080','2083','2115','2192','2194','2254','2282','2292','2304','3092','3119','3120','3121','3122','3287','3686','3886','3896','4521','4529','5059','5061','5063','5064','5065','5067','5068','5069','5070','5538','6582','6581','6583','6584','6585','6665','6668','6669','6670','6671','6673','6675','6681','6685','6686','6687','6688','6689','7189','7551','7577','7580','7630','7642','7643','7725','5772','5763','7757','7940','7963','8196','8197','8401','8402','8403','8404','8410','8693','8664','8708','9283','9568','9571','9572','9715','9716','9718','9719','9695','9849','9850','10385','10920','10922','11556','11561','11559','11558','11563','11564','11565','11576','11577','11578','11585','11586','11589','11591','11592','11594','11595','12944','15249','15493','16085','16086','16087','16796','17443','17450','17451','17452','18074','18075','32670','32671') AND g.goods_id IN ('36','583','954','971','1087','1110','1113','1116','1191','1389','1410','1449','1539','1644','1675','1797','1356','1517','1887','1931','1333','1227','1408','2196','2199','2754','2755','2758','2759','2866','2896','2902','3736','3858','3859','3860','3861','3862','3863','3864','3865','3866','3867','3868','3869','3870','3871','3872','3873','3874','3875','3877','3881','3883','3885','3887','3890','3891','3893','6302','6310','6314','6317','6325','6581','7143','7145','7146','7578','7632','7638','7640','10844','10903','10908','10910','10915','15240','15255','15488','17447') ORDER BY g.is_identity_c desc, salenum DESC错误Unknown column 'salenum' in 'order clause'代码1054