系统繁忙,点击返回
消息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 < 1714195547 AND g.promote_end_date > 1714195547 THEN g.promote_price WHEN g.real_promote_price != '' AND g.real_promote_start_date < 1714195547 AND g.real_promote_end_date > 1714195547 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 ('748') OR g.goods_id IN ('3848','3849','3851','3852','3853','3854','3855','3856','3973','3977','4534','9415','9418','9420','9421','9422','9423','9424') ) AND g.is_direct_pro = 1 AND g.goods_id IN ('3848','3849','3851','3852','3853','3854','3855','3856','4392','4403','4404','4405','4407','4408','4427','4428','4429','4430','4432','4434','4435','4440','4492','4496','4505','4506','4507','4508','4509','4513','4515','4518','4519','4523','4534','4982','4999','5141','5143','7803','7804','7805','7825','7826','7978','8430','8433','8434','9179','9180','9181','9183','9381','9382','9383','9384','9415','9418','9420','9421','9448','9447','9445','9450','9451','9452','9453','9456','11377','11392','12911','12941','12942','12943','15462','15522','15523','15524','15662','15661','15660','15663','16094','17833','17834','18344','18346','18619','18620','18621','18622','18623','18624','18625','32659') ORDER BY g.is_identity_c desc, salenum DESC错误Unknown column 'salenum' in 'order clause'代码1054