系统繁忙,点击返回
消息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 < 1714722182 AND g.promote_end_date > 1714722182 THEN g.promote_price WHEN g.real_promote_price != '' AND g.real_promote_start_date < 1714722182 AND g.real_promote_end_date > 1714722182 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 ('753') OR g.goods_id IN ('1487','1488','1533','3797','3805','3807','3816','3826','4470','5375','8164','18874') ) AND g.is_direct_pro = 1 AND g.goods_id IN ('3808','3809','3907','3906','3929','3930','3932','5967','6020','6029','6030','6032','6035','6036','6038','6039','6041','6042','6786','6791','6795','6797','6804','6805','7708','9403','9406','9407','9411','9412','9414','9433','9434','9435','9436','9438','9439','9440','9459','9469','9770','9774','9778','9783','9797','9810','9817','9827','9829','9832','9808','10583','16328','16330','16332','16334','16795','16800','16803','16805','16807','16818','16821','16823','16828','16829','17296','17297') ORDER BY g.is_identity_c desc, salenum DESC错误Unknown column 'salenum' in 'order clause'代码1054