Ver Fonte

feat:被删除的代码还原

caoliqin há 1 dia atrás
pai
commit
8967c33872

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

@@ -1851,6 +1851,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.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 (