luodangjia
2025-01-24 856a6a86a65d4abc03eb2df11ad5afb6d6f5e7c7
ruoyi-service/ruoyi-order/src/main/resources/mapper/order/OrderMapper.xml
@@ -62,7 +62,12 @@
            point,
            order_status as status,
            shop_id,
            distribution_mode as distributionMode
            distribution_mode as distributionMode,
            express_json,
            deliver_province,
            deliver_province_code,
            deliver_city,
            deliver_city_code
        from t_order where del_flag = 0 and pay_status = 2
        <if test="null != item.code and '' != item.code">
            and order_number like CONCAT('%', #{item.code}, '%')