教育训练处考试制证系统后端
“djh”
2025-03-06 f5e3323be3ce83280c48cd1856bea88c6aed8ffa
统计修改
已修改1个文件
4 ■■■■ 文件已修改
exam-system/src/main/resources/mapper/pay/NonCoalCategoryMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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">