From 51ec98113c6d49d0f7eec4e3c030e55e337e97db Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期一, 26 五月 2025 15:47:16 +0800 Subject: [PATCH] 芯导软件(江苏)有限公司 delete --- performance-server/src/main/resources/mapper/AuxiliaryOutputWorkingHoursMapper.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/performance-server/src/main/resources/mapper/AuxiliaryOutputWorkingHoursMapper.xml b/performance-server/src/main/resources/mapper/AuxiliaryOutputWorkingHoursMapper.xml index b37e74b..9742929 100644 --- a/performance-server/src/main/resources/mapper/AuxiliaryOutputWorkingHoursMapper.xml +++ b/performance-server/src/main/resources/mapper/AuxiliaryOutputWorkingHoursMapper.xml @@ -18,12 +18,13 @@ <result column="week" property="week"/> <result column="week_day" property="weekDay"/> <result column="check" property="check"/> + <result column="name" property="name"/> <result column="create_time" property="createTime"/> <result column="update_time" property="updateTime"/> <result column="create_user" property="createUser"/> <result column="update_user" property="updateUser"/> </resultMap> - <select id="selectAuxiliaryOutputWorkingHours" resultType="com.yuanchu.mom.dto.AuxiliaryOutputWorkingHoursDto"> + <select id="selectAuxiliaryOutputWorkingHours" resultMap="BaseResultMap"> select * from ( select aowh.id, @@ -56,7 +57,7 @@ ${ew.customSqlSegment} </if> </select> - <select id="selectDataByUser" resultType="com.yuanchu.mom.dto.AuxiliaryOutputWorkingHoursDto"> + <select id="selectDataByUser" resultMap="BaseResultMap"> select aowh.*,name FROM auxiliary_output_working_hours aowh left join user on user.id=aowh.`check` -- Gitblit v1.9.3