浏览代码

会员关联项目 错误处理

Long 1 周之前
父节点
当前提交
95d2ddfd7f
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      fs-service-system/src/main/resources/mapper/store/FsUserMapper.xml

+ 0 - 2
fs-service-system/src/main/resources/mapper/store/FsUserMapper.xml

@@ -566,8 +566,6 @@
         FROM
         fs_user
         left join fs_user_company_user ucu on ucu.user_id = fs_user.user_id
-        <where>
-            fs_user.is_del = 0
         where fs_user.is_del = 0
             <if test="userId != null">
                 AND fs_user.user_id = #{userId}