diff --git a/src/main/resources/mybatis/mapper/check/check-mapper.xml b/src/main/resources/mybatis/mapper/check/check-mapper.xml
index 9bf1904..6ca082d 100644
--- a/src/main/resources/mybatis/mapper/check/check-mapper.xml
+++ b/src/main/resources/mybatis/mapper/check/check-mapper.xml
@@ -401,6 +401,10 @@
gen_check
WHERE
is_delete = 0
+
+ AND
+ check_type = #{checkType}
+
AND
LEFT(gmt_create, 4) = #{year}