系统繁忙,点击返回
消息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 < 1714004142 AND g.promote_end_date > 1714004142 THEN g.promote_price WHEN g.real_promote_price != '' AND g.real_promote_start_date < 1714004142 AND g.real_promote_end_date > 1714004142 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 ('723','746','748','747','749','750','1616') OR g.goods_id IN ('1394','1395','1396','1397','1398','1480','1481','1506','1507','1508','1509','2053','2054','2055','2175','2176','2177','2178','2184','2185','2186','2187','2244','2246','2248','2435','2436','2437','2438','2439','2469','3045','3046','3047','3048','3053','3059','3434','3635','3636','3637','3638','3639','3649','3848','3849','3851','3852','3853','3854','3855','3856','3920','3921','3922','3923','3924','3925','3926','3927','3973','3975','3977','3978','4037','4064','4065','4067','4069','4070','4073','4074','4075','4076','4077','4079','4080','4081','4082','4083','4085','4086','4088','4089','4090','4092','4093','4094','4095','4202','4204','4205','4207','4211','4212','4213','4214','4217','4226','4230','4235','4295','4305','4308','4309','4312','4313','4372','4392','4396','4397','4399','4403','4404','4405','4406','4407','4408','4427','4428','4429','4430','4432','4440','4448','4465','4466','4467','4468','4473','4486','4488','4490','4491','4492','4498','4500','4502','4505','4506','4508','4509','4519','4530','4533','4534','4551','4562','4565','4567','4867','4913','4914','4915','4916','4943','4945','4946','4973','4974','4976','4978','5008','5009','5012','5030','5031','5032','5033','5034','5035','5093','5094','5095','5096','5377','5381','5384','5388','5392','6784','6786','6788','6791','7519','7520','7521','7522','7523','7524','7525','7526','7527','7528','7529','7530','7531','7532','7533','7534','7587','8434','8443','8444','8445','8446','8448','8449','8451','8452','8454','8455','8742','8743','8745','8746','8748','8750','9381','9382','9383','9384','9415','9418','9420','9421','9422','9423','9424','9449','9454','9455','9458','9460','9461','9467','9470','9473','9476','9477','9478','9479','9480','9481','9674','9675','9724','9821','9825','9826','9844','9845','9846','9847','10763','10764','10765','10766','10767','11377','11392','15252','16092','16093','16114','16187','16189','16190') ) AND g.is_direct_pro = 1 ORDER BY g.is_identity_c desc, salenum DESC错误Unknown column 'salenum' in 'order clause'代码1054