springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbMemberMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbMemberMapper.xml
@@ -122,6 +122,9 @@ <if test="dto.natureName !=null and dto.natureName !=''"> and cpcu.nature_name = #{dto.natureName} </if> <if test="dto.orgName != null and dto.orgName !=''"> and cpcu.org_name = #{dto.orgName} </if> <if test="dto.isRegister !=null"> <if test="dto.isRegister == 1"> and m.user_id IS NOT NULL