瀏覽代碼

feat:重新提交

caoliqin 1 天之前
父節點
當前提交
2f6d3f987d
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      fs-service/src/main/resources/mapper/his/FsUserMapper.xml

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

@@ -1850,9 +1850,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         LEFT JOIN company_user ON company_user.user_id = ucu.company_user_id
         LEFT JOIN company on company.company_id = company_user.company_id
         <where>
-            1 = 1
+            1 = 1 and u.nick_name is not null
             and u.is_del = 0
-            AND (u.nickname IS NOT NULL or u.nick_name IS NOT NULL)
             <if test = "maps.nickname != null and  maps.nickname !='' " >
                 AND u.nick_name LIKE CONCAT("%",#{maps.nickname},"%")
             </if >