luodangjia
2025-01-14 002943e4dea72d57f2f001a9568e68ab7c4319df
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
        <if test="null != item.code and '' != item.code">
            and order_number like CONCAT('%', #{item.code}, '%')
        </if>