系统繁忙,点击返回
消息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 < 1714703076 AND g.promote_end_date > 1714703076 THEN g.promote_price WHEN g.real_promote_price != '' AND g.real_promote_start_date < 1714703076 AND g.real_promote_end_date > 1714703076 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 ('752') OR g.goods_id IN ('3047','3048','3801','3806','3818','3821','3828','3830','3834','3838','4040','4041','4042','4043','4044','4045','4047','4051','4052','4053','4054','4055','4236','4237','4922','4923','4924','5480','5483','5484','5613','7694','8207','8222','8224','8501','8502') ) AND g.is_direct_pro = 1 AND g.goods_id IN ('3036','3807','3812','3813','3814','3829','3832','3835','3836','5497','5499','5500','5791','5968','5970','5971','5973','5974','6043','7702','8164','8185','8212','8214','8218','8222','8224','8226','8228','8293','8295','8298','8303','8304','8306','8309','8310','8311','8312','8314','8317','8318','8319','8321','8489','8495','8496','8500','8501','8502','9345','9457','9462','9771','9772','9773','9775','9776','9780','9793','9803','9806','9815','9820','9822','9823','9824','9830','9831','9834','9835','9836','9837','9838','9839','9840','9841','9842','9843','9853','10040','11369','11386','16171','36533') ORDER BY g.is_identity_c desc, salenum DESC错误Unknown column 'salenum' in 'order clause'代码1054