luodangjia
2025-01-14 245018d28dbd8e539918633f459e818c2a63b584
12.18
1个文件已修改
2 ■■■ 已修改文件
ruoyi-service/ruoyi-order/src/main/resources/mapper/order/OrderMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-service/ruoyi-order/src/main/resources/mapper/order/OrderMapper.xml
@@ -62,7 +62,7 @@
            point,
            order_status as status,
            distribution_mode as distributionMode
        from t_order where del_flag = 0 and pay_status = 2 and end_time is not null
        from t_order where del_flag = 0 and pay_status = 2 and end_time is not null and distribution_mode != 2
        <if test="null != item.code and '' != item.code">
            and order_number like CONCAT('%', #{item.code}, '%')
        </if>