puhanshu
2022-08-24 ec2902ddaeef5c655a514a12d31abe04bdc9a024
风险人员列表功能修改
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>