系统繁忙,点击返回
消息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 < 1715682141 AND g.promote_end_date > 1715682141 THEN g.promote_price WHEN g.real_promote_price != '' AND g.real_promote_start_date < 1715682141 AND g.real_promote_end_date > 1715682141 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 ('680') OR g.goods_id IN ('') ) AND g.supplier_id=0 AND g.is_direct_pro = 1 AND g.goods_id IN ('547','550','551','570','571','581','621','983','984','985','986','987','988','1062','1087','1159','1160','1161','1172','1173','1184','1183','1204','1203','1202','1390','1391','1392','1393','1429','1430','1503','1497','1496','1505','1500','1501','1502','1498','1499','1987','1373','3147','3148','3149','3150','5062','5066','5071','7792','7793','7794','7796','7798','7797','7852','7853','7854','7855','7856','7857','7858','8198','8199','8200','10918') ORDER BY g.is_identity_c desc, salenum DESC错误Unknown column 'salenum' in 'order clause'代码1054