广州市综治平台后端
xusd
2025-06-19 9cd7dd1c881f21dd17fbbd7aceb4d60e78149b9c
dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/dao/mapper/xml/CaseInfoMapper.xml
@@ -574,6 +574,9 @@
                <if test="terms.agreeType != null and terms.agreeType !=''">
                    and b.agree_type = #{terms.agreeType}
                </if>
                <if test="terms.systemSource != null and terms.systemSource !=''">
                    and b.sys_source = #{systemSource}
                </if>
            </where>
        </if>
    </sql>