系统繁忙,点击返回
消息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 < 1715969196 AND g.promote_end_date > 1715969196 THEN g.promote_price WHEN g.real_promote_price != '' AND g.real_promote_start_date < 1715969196 AND g.real_promote_end_date > 1715969196 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 ('759') OR g.goods_id IN ('3827','3832','3967','3968','3969','3970','3971','4056','4057','4058','4060','4061','4062','4063','4290','4291','4292','4293','4294','4296','4298','4299','4303','4304','4738','4740','4742','4744','4747','4751','4754','4757','4758','4760','4761','4763','4928','4929','4930','4931','4937','6468','7914','7921','8921','8923','10118','11370','11387','16196') ) AND g.is_direct_pro = 1 AND g.goods_id IN ('3048','3447','3712','3713','3711','3714','3716','3715','3717','3718','3719','3720','3721','3722','3723','3724','4178','4300','4301','4931','4933','5483','5480','5544','5547','5549','5550','6044','7319','8163','8222','8226','8453','8472','8501','8931','8932','8933','8934','8935','8936','9038','9037','9039','9041','9042','9043','9044','9533','9534','9535','9536','9530','9531','9532','9855','10084','10085','10086','10081','10151','10121','10305','12926','12929','12930','13144','13145','13146','15578','15777','16461','16462','16484','16489','16490','16496','18224','18726') AND g.goods_id IN ('3808','3812','3813','3814','3835','5501','5502','5547','5549','5550','5554','5565','5566','5567','5571','5572','5573','5575','5576','5577','5789','5791','5970','5971','5973','5974','6020','6025','6029','6030','6032','6033','6035','6036','6038','6039','6043','6769','6770','6772','6779','6780','6781','6784','6786','6788','6791','6795','6797','6798','6800','6804','6805','7955','7958','8214','8216','8218','8222','8224','8226','8228','8489','8496','8497','8500','8501','8502','9770','9771','9772','9773','9774','9775','9776','9777','9778','9780','9783','9787','9793','9797','9803','9806','9810','9815','9817','9820','9822','9823','9824','9827','9828','9829','9830','9831','9832','9833','9834','9835','9836','9837','9838','9839','9840','9841','9842','9843','9808','10040','11369','11386','16170','16171','18873') ORDER BY g.is_identity_c desc, salenum DESC错误Unknown column 'salenum' in 'order clause'代码1054