Pu Zhibing
2025-01-14 678b09f6a6b8ded3b0c173a3c7c99f72429a69a8
Merge remote-tracking branch 'origin/master'
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
        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>