diff --git a/target/classes/com/dreamchaser/depository_manage/mapper/DepositoryRecordMapper.xml b/target/classes/com/dreamchaser/depository_manage/mapper/DepositoryRecordMapper.xml
index ca164afa..595399c3 100644
--- a/target/classes/com/dreamchaser/depository_manage/mapper/DepositoryRecordMapper.xml
+++ b/target/classes/com/dreamchaser/depository_manage/mapper/DepositoryRecordMapper.xml
@@ -696,10 +696,12 @@
from applicationInRecordInfo
where 1 = 1
+ and airapproverPass in (1,4)
and did in
#{depositoryId}
+
@@ -710,6 +712,7 @@
from applicationInRecordInfo
where 1 = 1
+ and airapproverPass in (1,4)
and applicant_time between #{start} and #{end}
and did in
@@ -718,6 +721,7 @@
+