puhanshu
2022-08-24 94bec496d98005ecfe3f802139c7dc6db9df8616
风险人员列表功能修改
1个文件已修改
3 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActAcidDangerMemberMapper.xml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActAcidDangerMemberMapper.xml
@@ -35,6 +35,9 @@
            <if test="commonPage.status!=null">
                and t1.`status` =#{commonPage.status}
            </if>
            <if test="commonPage.status==null">
                and t1.`status` != 5
            </if>
            <if test="commonPage.type != null">
                AND t1.`type` = #{commonPage.type}
            </if>