1、取消关注任务 bugfix
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
delete from simulation_task_attention where task_id = #{taskId}
|
||||
and user_id in (
|
||||
<foreach collection='userIdList' item='userId' index='index' separator=','>
|
||||
#{taskId}
|
||||
#{userId}
|
||||
</foreach>
|
||||
)
|
||||
</delete>
|
||||
|
||||
Reference in New Issue
Block a user