广州市综治平台后端
xusd
8 days ago c4f8ec04ee4d5d8e4026cd86cbfb9aa1fc7d497f
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>