Browse Source

feat:重新提交

caoliqin 1 ngày trước cách đây
mục cha
commit
2f6d3f987d
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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 >