diff --git a/srs-comprehensive/src/main/resources/mapper/comprehensive/CphGoodApplyMapper.xml b/srs-comprehensive/src/main/resources/mapper/comprehensive/CphGoodApplyMapper.xml index c803cbe..c685746 100644 --- a/srs-comprehensive/src/main/resources/mapper/comprehensive/CphGoodApplyMapper.xml +++ b/srs-comprehensive/src/main/resources/mapper/comprehensive/CphGoodApplyMapper.xml @@ -517,6 +517,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" select concat('zx-',count(a.id)) as `all` from srs_zxj_apply as a where a.`step` = 4 and a.xh = #{stuNo} + union select concat('yxgb-',count(a.id)) as `all` + from cph_good_apply as a + where a.apply_status = 6 and a.stu_no = #{stuNo}