瀏覽代碼

feat:被删除的代码还原

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

+ 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 (