blade-service/blade-jfpts/src/main/java/org/springblade/jfpt/attendance/mapper/AttendanceMapper.xml
@@ -20,10 +20,11 @@ </resultMap> <select id="selectAttendancePage" resultMap="attendanceResultMap"> select * from sys_attendance where is_deleted = 0 <if test="attendance.name!=null and attendance.name != ''"> and name = #{attendance.name} and name like concat('%',#{attendance.name},'%') </if> <if test="attendance.department!=null and attendance.department != ''"> and department = #{department}