浏览代码

删除代码修改

黄远 5 年之前
父节点
当前提交
1539f866b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lift-system-service/src/main/resources/mapper/UserAccountMapper.xml

+ 1 - 1
lift-system-service/src/main/resources/mapper/UserAccountMapper.xml

@@ -142,6 +142,6 @@
         where
             user_id = #{userId}
         and
-            project_id #{projectId}
+            project_id = #{projectId}
     </delete>
 </mapper>