From 5dc24bd4df24a102615b366bb150cb9f7a41afb9 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期一, 08 七月 2024 14:26:11 +0800
Subject: [PATCH] 骑缝章1.0
---
performance-server/src/main/resources/mapper/AuxiliaryCorrectionHoursMapper.xml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/performance-server/src/main/resources/mapper/AuxiliaryCorrectionHoursMapper.xml b/performance-server/src/main/resources/mapper/AuxiliaryCorrectionHoursMapper.xml
index 2fced33..a57a4c3 100644
--- a/performance-server/src/main/resources/mapper/AuxiliaryCorrectionHoursMapper.xml
+++ b/performance-server/src/main/resources/mapper/AuxiliaryCorrectionHoursMapper.xml
@@ -49,12 +49,13 @@
select ach.*,name
FROM auxiliary_correction_hours ach
left join user on user.id=ach.name_user
- <if test="ids !=null and ids != ''">
+ WHERE name_user in(#{ids})
+ <!--<if test="ids !=null and ids != ''">
WHERE name_user in
<foreach collection="ids" index="index" open="(" separator="," close=")" item="val">
#{val}
</foreach>
- </if>
+ </if>-->
) A
<if test="ew.customSqlSegment != null and ew.customSqlSegment != ''">
${ew.customSqlSegment}
--
Gitblit v1.9.3