系统繁忙,点击返回
消息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 < 1714458200 AND g.promote_end_date > 1714458200 THEN g.promote_price WHEN g.real_promote_price != '' AND g.real_promote_start_date < 1714458200 AND g.real_promote_end_date > 1714458200 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','36','27','102','377','494','547','550','551','965','105','103','971','1085','1475','1476','2873','2866','5991','5998','5999','6543','6662','6669','6687','6741','10404','15490','16044','16048','16050','16051','16052','16055','16056','16717','16719','16720','16721','16722','16723','16724','16725','16726','16727','16728','16729','16730','16731','16732','16733','16734','16735','16736','16738','16739','16740','16741','16742','16744','16746','16747','16748','16749','16750','16752','16753','16754','16756','16757','16760','16761','16762','17433','17435','17442') ORDER BY g.is_identity_c desc, salenum DESC错误Unknown column 'salenum' in 'order clause'代码1054