From 8c795ccd5ba214049e529e98eadc2033bbb4b268 Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期五, 05 七月 2024 09:23:33 +0800
Subject: [PATCH] 在线编制bug解决

---
 performance-server/src/main/resources/mapper/AuxiliaryWorkingHoursDayMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/performance-server/src/main/resources/mapper/AuxiliaryWorkingHoursDayMapper.xml b/performance-server/src/main/resources/mapper/AuxiliaryWorkingHoursDayMapper.xml
index c4c2c6f..04cdf11 100644
--- a/performance-server/src/main/resources/mapper/AuxiliaryWorkingHoursDayMapper.xml
+++ b/performance-server/src/main/resources/mapper/AuxiliaryWorkingHoursDayMapper.xml
@@ -26,7 +26,7 @@
         <result column="state" property="state"/>
     </resultMap>
     <select id="selectAuxiliaryWorkingHoursDay" resultType="com.yuanchu.mom.dto.AuxiliaryWorkingHoursDayDto">
-        select data.*
+        select A.*
         from (
         select awhd.*,name
         FROM auxiliary_working_hours_day awhd
@@ -37,7 +37,7 @@
                 #{val}
             </foreach>
         </if>
-        ) data
+        ) A
         <if test="ew.customSqlSegment != null and ew.customSqlSegment != ''">
             ${ew.customSqlSegment}
         </if>

--
Gitblit v1.9.3