From 8a7a49a973705f6ab342ea3661804544d88bc383 Mon Sep 17 00:00:00 2001 From: Yl123 <lalqqhy@163.com> Date: Tue, 7 Apr 2020 18:36:22 +0800 Subject: [PATCH] 提交 --- src/main/resources/mapping/kqgl/AttendanceGroupMapper.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/resources/mapping/kqgl/AttendanceGroupMapper.xml b/src/main/resources/mapping/kqgl/AttendanceGroupMapper.xml index a479517..116f940 100644 --- a/src/main/resources/mapping/kqgl/AttendanceGroupMapper.xml +++ b/src/main/resources/mapping/kqgl/AttendanceGroupMapper.xml @@ -434,8 +434,6 @@ <select id="EmployeeListByorgCode" resultMap="YgglEmpInfoMap"> select * from yggl_main_emp where org_code = #{orgCode,jdbcType=VARCHAR} - <!-- and emp_num not in (select yhkqz.userid from kqgl_asso_yhkqz yhkqz - where yhkqz.qyid = #{orgCode,jdbcType=VARCHAR}) --> </select> <select id="selectByPrimaryByempNum" resultMap="YgglEmpInfoMap" parameterType="java.lang.Integer" > -- libgit2 0.26.0