系统繁忙,点击返回
消息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 < 1714640770 AND g.promote_end_date > 1714640770 THEN g.promote_price WHEN g.real_promote_price != '' AND g.real_promote_start_date < 1714640770 AND g.real_promote_end_date > 1714640770 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 ('780') OR g.goods_id IN ('85','86','101','110','111','112','113','115','116','117','118','121','125','129','130','132','136','267','274','280','281','289','290','292','297','304','310','311','313','314','315','329','338','368','369','371','401','413','654','655','764','774','776','979','980','1061','1177','1185','1186','1187','1189','1226','1228','1229','1230','1231','1232','1233','1234','1235','1236','1237','1238','1241','1242','1243','1244','1245','1246','1247','1248','1249','1250','1253','1260','1371','1433','1437','1441','1452','1865','1866','1867','1868','1877','1878','1884','2735','2736','2739','4371','5432','5434','6672','6674','6808','7460','7464','8852','8877','10787','10788','10789','10790','10791','10793','10818','10820','10821','10824','10853','10854','10855','10856','10857','10859','10884','10886','10887','10888','10927','10928','10929','10930','10931','10933','11034','11037','11041','11042','11043','11044','11046','11049','11050','11051','11052','11055','11056','11057','11058','11063','11066','11068','11072','11073','11075','11078','11080','11083','11084','11087','11088','11091','11098','11106','11166','11174','11182','11189','11195','11216','11242','11243','11244','11246','11247','11250','11251','11254','11256','11258','11259','11260','11261','11262','11265','11266','11267','11268','11271','11272','11275','11276','11277','11281','11282','11283','11288','11290','11293','11296','11330','11331','11332','11333','11334','11336','11363','11364','11379','16119','16120','16121','17460','17461') ) AND g.is_direct_pro = 1 AND g.goods_id IN ('2741','2746','2742','2740','2739','2738','2737','2736','3076','3077','3078','3079','4371','5976','5975','5979','5980','5981','5983','5984','6096','6220','6223','6235','6666','6667','6672','6674','6808','6829','6854','7457','7460','7462','7463','7464','7455','7456','7459','1600','8450','8759','8763','8767','8772','8776','8839','8842','8843','8844','8846','8847','8848','8849','8850','8851','8852','8853','8855','8858','8859','8860','8861','8862','8864','8865','8869','8872','8875','8876','8877','9686','9690','10787','10788','10789','10790','10791','10793','10794','10811','10820','10821','10824','10828','10853','10854','10855','10856','10857','10859','10860','10877','10886','10887','10888','10889','10927','10928','10929','10930','10931','10933','10934','11034','11037','11041','11042','11043','11044','11046','11049','11050','11051','11052','11054','11055','11056','11057','11058','11063','11066','11067','11068','11072','11074','11073','11075','11076','11078','11080','11083','11084','11087','11088','11091','11098','11106','11107','11115','11166','11174','11182','11189','11195','11216','11225','11242','11244','11243','11246','11247','11250','11251','11254','11256','11258','11259','11260','11261','11262','11265','11266','11267','11268','11271','11272','11275','11276','11277','11281','11282','11283','11288','11289','11290','11294','11296','11293','11297','11299','11301','11330','11331','11332','11333','11334','11336','11337','11354','11363','11379','12975','12976','12977','12978','12979','12980','16119','16120','16121','16576','16577','16578','16579','16581','16582','16584','16585','16586','16588','16590','16591','16592','16610','16612','16614','16616','16617','16618','16619','16620','16621','16622','16623','16624','16625','16626','16627','16628','16629','16630','16631','16632','18542','18543','18544','18545','18546','18547','18548','18549','18550','18551','18552','18553','18554','18555','18556','18557','18558','18559','18560','18561','18562','18563','18564','18565','18566','18567','18568','18569','18570','18571','18572','18573','18574','18575','18576','18577','18578','18579','18580','18581') ORDER BY g.is_identity_c desc, salenum DESC错误Unknown column 'salenum' in 'order clause'代码1054