系统繁忙,点击返回
消息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 < 1714098511 AND g.promote_end_date > 1714098511 THEN g.promote_price WHEN g.real_promote_price != '' AND g.real_promote_start_date < 1714098511 AND g.real_promote_end_date > 1714098511 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 ('767','2049','2114','2047','2050','2048','2051') OR g.goods_id IN ('1401','1402','1403','1427','1428','1462','1463','1626','1627','1645','1646','1647','1648','1754','1755','1756','1757','1973','4087','5091','5092','5496','5497','5498','5499','5500','5501','5502','8230','8231','8232','8233','8664','8692','8916','8926','9584','9589','9655','9656','9657','9658','9659','11378','11383','11393','11396','15284','16175','16176','16177','16179','16180','16181','16182','16183','16184','16185') ) AND g.is_direct_pro = 1 ORDER BY g.is_identity_c desc, salenum DESC错误Unknown column 'salenum' in 'order clause'代码1054