系统繁忙,点击返回
消息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 < 1715406553 AND g.promote_end_date > 1715406553 THEN g.promote_price WHEN g.real_promote_price != '' AND g.real_promote_start_date < 1715406553 AND g.real_promote_end_date > 1715406553 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 ('776') OR g.goods_id IN ('1288','1290','1606','1608','1609','1819','1820','1821','3100','10781','10799','10845','10865','10919','10960','10985','10993','10996','11028','11030','11113','11118','11120','11126','11203','11209','11215','11217','11219','11264','11306','11320','11342','16123') ) AND g.supplier_id=0 AND g.is_direct_pro = 1 AND g.goods_id IN ('2741','2746','2740','2738','2737','3076','3077','3079','4391','6493','6829','7457','7462','7460','7463','7464','7455','7456','1292','1600','10787','10788','10789','10804','10853','10854','10855','10870','10927','10928','10929','11000','11034','11037','11041','11042','11043','11044','11046','11050','11051','11072','11073','11075','11078','11080','11084','11166','11174','11182','11242','11244','11243','11246','11247','11250','11251','11256','11258','11259','11262','11265','11266','11268','11272','11330','11331','11332','11347') ORDER BY g.is_identity_c desc, salenum DESC错误Unknown column 'salenum' in 'order clause'代码1054