系统繁忙,点击返回
消息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 < 1714089556 AND g.promote_end_date > 1714089556 THEN g.promote_price WHEN g.real_promote_price != '' AND g.real_promote_start_date < 1714089556 AND g.real_promote_end_date > 1714089556 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 ('780') OR g.goods_id IN ('85','86','101','110','111','112','113','115','116','117','118','121','125','129','130','132','136','267','274','280','281','289','290','292','297','304','310','311','313','314','315','329','338','368','369','371','401','413','654','655','764','774','776','979','980','1061','1177','1185','1186','1187','1189','1226','1228','1229','1230','1231','1232','1233','1234','1235','1236','1237','1238','1241','1242','1243','1244','1245','1246','1247','1248','1249','1250','1253','1260','1371','1433','1437','1441','1452','1865','1866','1867','1868','1877','1878','1884','2735','2736','2739','4371','5432','5434','6672','6674','6808','7460','7464','8852','8877','10787','10788','10789','10790','10791','10793','10818','10820','10821','10824','10853','10854','10855','10856','10857','10859','10884','10886','10887','10888','10927','10928','10929','10930','10931','10933','11034','11037','11041','11042','11043','11044','11046','11049','11050','11051','11052','11055','11056','11057','11058','11063','11066','11068','11072','11073','11075','11078','11080','11083','11084','11087','11088','11091','11098','11106','11166','11174','11182','11189','11195','11216','11242','11243','11244','11246','11247','11250','11251','11254','11256','11258','11259','11260','11261','11262','11265','11266','11267','11268','11271','11272','11275','11276','11277','11281','11282','11283','11288','11290','11293','11296','11330','11331','11332','11333','11334','11336','11363','11364','11379','16119','16120','16121','17460','17461') ) AND g.is_direct_pro = 1 ORDER BY g.is_identity_c desc, salenum DESC错误Unknown column 'salenum' in 'order clause'代码1054