@@ -40,7 +40,7 @@
and t5.student_id like concat('%',#{dto.studentId},'%')
</if>
<if test="dto.identity != null and dto.identity != ''">
- and t5.check_in_status like concat('%',#{dto.identity},'%')
+ and t2.check_in_status like concat('%',#{dto.identity},'%')
ORDER BY t1.sort_code
</select>