|
|
@@ -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>
|