From e42d199af42b2d7e3ccdb152d53ca95f58ba71fe Mon Sep 17 00:00:00 2001 From: ningbo <3301955438@qq.com> Date: Fri, 15 Aug 2025 15:49:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=952?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/comprehensive/CphGoodApplyMapper.xml | 3 +++ 1 file changed, 3 insertions(+) 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}