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