From f5e3323be3ce83280c48cd1856bea88c6aed8ffa Mon Sep 17 00:00:00 2001 From: “djh” <“3298565835@qq.com”> Date: 星期四, 06 三月 2025 13:40:47 +0800 Subject: [PATCH] 统计修改 --- exam-system/src/main/resources/mapper/pay/NonCoalCategoryMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exam-system/src/main/resources/mapper/pay/NonCoalCategoryMapper.xml b/exam-system/src/main/resources/mapper/pay/NonCoalCategoryMapper.xml index 04ddd9e..ff12ddc 100644 --- a/exam-system/src/main/resources/mapper/pay/NonCoalCategoryMapper.xml +++ b/exam-system/src/main/resources/mapper/pay/NonCoalCategoryMapper.xml @@ -217,7 +217,7 @@ <if test="quarter != null"> and cp.quarter = #{quarter} </if> - <if test="districtCode!=null and districtCode!=''"> + <if test="districtCode!=null and districtCode!='' and districtCode != 65"> and cc.district_code =#{districtCode} </if> <if test="deptId!=null"> @@ -245,7 +245,7 @@ <if test="quarter!=null"> and cp.quarter = #{quarter} </if> - <if test="districtCode !=null and districtCode !=''"> + <if test="districtCode !=null and districtCode !='' and districtCode != 65 "> and cp.district_code = #{districtCode} </if> <if test="deptId!=null"> -- Gitblit v1.9.2