Browse Source

勤务模块

chenshudong 4 months ago
parent
commit
d87a829c8f

+ 1 - 0
airport-attendance/src/main/resources/mapper/attendance/AttendanceTeamUserRecordMapper.xml

@@ -45,6 +45,7 @@
45 45
             resultMap="AttendanceTeamUserRecordResult">
46 46
         <include refid="selectAttendanceTeamUserRecordVo"/>
47 47
         <where>
48
+            <if test="createBy != null ">and create_by = #{createBy}</if>
48 49
             <if test="userId != null ">and user_id = #{userId}</if>
49 50
             <if test="userCode != null  and userCode != ''">and user_code = #{userCode}</if>
50 51
             <if test="userName != null  and userName != ''">and user_name like concat('%', #{userName}, '%')</if>