ruoyi-service/ruoyi-order/src/main/resources/mapper/order/OrderMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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>