系统繁忙,点击返回
消息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 < 1713960109 AND g.promote_end_date > 1713960109 THEN g.promote_price WHEN g.real_promote_price != '' AND g.real_promote_start_date < 1713960109 AND g.real_promote_end_date > 1713960109 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 ('750') OR g.goods_id IN ('1394','1395','1396','1397','1398','2469','3045','3046','3047','3048','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','4214','4226','4230','4235','4562','4565','4567','4973','4974','4976','5030','5031','5032','5033','5034','5035','5377','5381','5384','5388','5392','7519','7520','7521','7522','7523','7524','7525','7526','7527','7528','7529','7530','7531','7532','7533','7534') ) AND g.is_direct_pro = 1 ORDER BY g.is_identity_c desc, salenum DESC错误Unknown column 'salenum' in 'order clause'代码1054