Browse Source

feat:项目会员过滤已删除的会员

caoliqin 5 days ago
parent
commit
47530b57d6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fs-service/src/main/resources/mapper/his/FsUserMapper.xml

+ 1 - 0
fs-service/src/main/resources/mapper/his/FsUserMapper.xml

@@ -1655,6 +1655,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         LEFT JOIN company on company.company_id = company_user.company_id
         <where>
             1 = 1 and u.nick_name is not null
+            and u.is_del = 0
             <if test = "maps.nickname != null and  maps.nickname !='' " >
                 AND u.nick_name LIKE CONCAT("%",#{maps.nickname},"%")
             </if >