From e1df0c5c74f02f92013036384d820e866224ea5b Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期一, 31 三月 2025 11:11:06 +0800 Subject: [PATCH] Merge branch 'xizang-changyun' of https://gitee.com/xiaochen991015/xizang --- ruoyi-system/src/main/resources/mapper/system/TFlowManagementMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/TFlowManagementMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TFlowManagementMapper.xml index 136ec5f..6e2d276 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TFlowManagementMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TFlowManagementMapper.xml @@ -64,6 +64,9 @@ <if test="req.payEndTime != null and req.payEndTime != ''"> and pay_time <= #{req.payEndTime} </if> + <if test='businessDeptId != null and businessDeptId != "" and businessDeptId != "0"'> + and business_dept_id = #{businessDeptId} + </if> AND disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()} </where> </select> -- Gitblit v1.7.1