系统繁忙,点击返回
消息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 < 1714358585 AND g.promote_end_date > 1714358585 THEN g.promote_price WHEN g.real_promote_price != '' AND g.real_promote_start_date < 1714358585 AND g.real_promote_end_date > 1714358585 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 ('751') OR g.goods_id IN ('185','1407','1413','1449','1484','1485','1486','1487','1488','1514','1515','1532','1533','1541','1571','1645','1647','1648','1732','1733','1735','1736','1737','1738','1919','1920','2465','2468','3613','3614','3615','3616','3617','3618','3619','3620','3798','3799','3800','3802','3803','3804','3808','3809','3810','3811','3812','3813','3814','3815','3817','3819','3820','3822','3823','3824','3825','3826','3829','3831','3835','3836','3837','3906','3930','4097','4098','4099','4100','4101','4102','4103','4104','4105','4281','4284','4300','4301','4310','4311','4413','4414','4470','4523','4526','4532','4569','4570','4917','4918','4938','5011','7692','7693','7694','7753','7882','7943','8163','8206','8207','8208','8209','8210','8211','8212','8214','8216','8218','8225','8226','8228','8465','8467','8468','8482','8484','8489','8490','8492','8493','8495','8496','8497','8500','8882','8883','8884','8885','8886','8887','8889','8890','8891','8892','8893','8894','8895','8896','8897','8898','8899','8900','8901','8902','8903','8905','8906','8907','8908','8909','8910','8911','8912','8913','8914','8915','8917','8918','8919','8920','8922','8924','8925','8927','8928','8931','8932','8933','8934','8935','8936','9770','11373','11389','16200','18875') ) AND g.is_direct_pro = 1 AND g.goods_id IN ('3036','3210','3807','3829','3832','3836','3967','3968','3969','3970','3971','4184','4282','4286','4303','4607','4609','4738','4761','4763','4894','4919','4920','4921','4922','4923','4924','4929','4930','4931','4933','4934','4937','4896','5496','5497','5498','5500','5612','5613','7688','7689','7690','7691','7692','7693','7700','7701','7706','3777','7882','7959','7999','7944','7921','8192','8193','8194','8195','8207','8206','8208','8209','8210','8211','8212','8225','8327','8482','8484','8490','8492','8493','8495','9345','9412','9411','9425','9426','9427','9428','9429','9430','9431','9434','9435','9436','9438','9439','9440','9441','9442','9443','9462','9463','9464','9465','9593','9594','9595','9596','9597','9598','10356','10358','10359','10361','10362','10583','10758','10759','10760','11370','11373','11387','11389','13144','13145','13146','15258','16191','16196','16200','16201','16202','16330','16331','16332','16333','16477','18221','18223','18225','18226','18227','18228','18234','18235','18236','18237','18251','18253','18254','18255','18256','18257','38959') ORDER BY g.is_identity_c desc, salenum DESC错误Unknown column 'salenum' in 'order clause'代码1054