@@ -17,7 +17,7 @@
project_id
FROM
ctop_project_member
- WHERE 1 = 1 300
+ WHERE 1 = 1
<if test="userIds != null and userIds.size() > 0">
and user_id in
<foreach item="id" index="index" collection="userIds"