系统繁忙,点击返回
消息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 < 1715776443 AND g.promote_end_date > 1715776443 THEN g.promote_price WHEN g.real_promote_price != '' AND g.real_promote_start_date < 1715776443 AND g.real_promote_end_date > 1715776443 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 ('703') OR g.goods_id IN ('202','1255','1461') ) AND g.is_direct_pro = 1 AND g.goods_id IN ('202','951','952','954','1251','1240','1494','1550','1557','1559','1578','1579','1582','1590','1603','1662','1869','1914','1320','1340','1335','1946','1947','1949','1950','1952','1953','1954','1955','1960','1225','1227','1431','1549','1565','1566','1573','1156','2023','2024','2025','2069','2084','3071','3144','3146','3145','3186','3187','3688','6046','6051','6062','6063','6124','6153','6302','6304','6307','6310','6314','6317','6323','6325','6452','6456','6545','6547','6549','7142','7143','7144','7145','7146','7567','7634','7635','7636','7637','7639','7730','7731','7732','7733','7734','7736','7737','7738','7739','7935','7939','7941','8408','9852','10833','10842','10844','10846','10892','10901','10903','10904','10906','10908','10910','10912','10915','16456','16463','16465','16466','16467','16468','16469','16470','16472','16473','16474','16476','16478','16479','16480','16481','16482','16483','16485','16486','17449','32672') AND g.goods_id IN ('52','36','27','92','93','102','157','158','161','171','172','189','192','202','248','377','403','514','570','571','579','580','621','644','710','965','997','1071','1110','1111','1112','1113','1114','1115','1116','1124','1125','1156','1159','1160','1161','1204','1224','1420','1475','1476','1489','1490','1491','1492','1493','1494','1495','1551','1052','1053','1054','1062','104','106','969','105','103','956','1610','1961','1565','1568','2040','2042','2194','2196','2197','2199','2245','2753','2754','2755','2756','2757','2836','2838','2857','2866','2873','4410','4411','4436','4437','4478','5063','5064','5065','5066','5067','5068','5977','5988','5991','5993','5996','5998','5999','6158','6209','6302','6304','6307','6310','6314','6317','6323','6325','6326','6543','6548','6587','6740','6741','6742','7060','7234','7235','7236','7237','7640','7724','7725','7727','7729','7757','7758','7759','7760','7761','7762','7763','7764','7781','7828','7830','1322','9211','9267','9313','9413','9416','9715','9716','9714','9719','9723','9695','10838','10844','10846','10897','10903','10904','10906','10908','10910','10912','10915','10916','10920','10922','11572','12952','17458') ORDER BY g.is_identity_c desc, salenum DESC错误Unknown column 'salenum' in 'order clause'代码1054