diff --git a/srs-comprehensive/src/main/resources/mapper/comprehensive/CphGoodApplyMapper.xml b/srs-comprehensive/src/main/resources/mapper/comprehensive/CphGoodApplyMapper.xml
index 90e53a2..127dcc5 100644
--- a/srs-comprehensive/src/main/resources/mapper/comprehensive/CphGoodApplyMapper.xml
+++ b/srs-comprehensive/src/main/resources/mapper/comprehensive/CphGoodApplyMapper.xml
@@ -496,6 +496,12 @@
select concat('knzz-',count(a.id)) as `all`
from knzz_tufa_apply as a
where a.apply_status = 1
+ /*宁博 6、困难资助-国家励志奖学金-学工审核代办*/
+ union
+ select concat('knzzgl-',count(a.id)) as `all`
+ from knzz_gl_apply as a
+ left join view_stu_info as b on a.stu_no = b.stu_no
+ where a.apply_status = 1