系统繁忙,点击返回
消息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 < 1714391190 AND g.promote_end_date > 1714391190 THEN g.promote_price WHEN g.real_promote_price != '' AND g.real_promote_start_date < 1714391190 AND g.real_promote_end_date > 1714391190 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 ('760') OR g.goods_id IN ('4302','4306','4307','4310','4311','4608','4749','4752','4755','4762','5758','7156','7240','7753','7860','7861','7862','7863','7864','7875','7877','7915','8497','15253','18867','18868') ) 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