From 86b103f926cf92fff3d591c6ba07099ad8db3ad1 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 01 七月 2025 15:53:04 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml b/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml index 6b379f6..5cba952 100644 --- a/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml +++ b/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml @@ -963,10 +963,10 @@ </foreach> </if> <if test="deptcodes != null and deptcodes.size() > 0"> - AND leavehospitaldistrictcode IN + AND deptcode IN <foreach collection="deptcodes" item="deptcode" open="(" separator="," close=")"> - #{leavehospitaldistrictcode} + #{deptcode} </foreach> </if> <if test="serviceType != null and serviceType.size() > 0"> -- Gitblit v1.9.3