Browse Source

任务的标签管理

master
陈裕财 3 years ago
parent
commit
44a506bbe7
  1. 2
      xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTaskMapper.xml

2
xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTaskMapper.xml

@ -52,7 +52,7 @@
and exists ( select 1 from xm_my_focus f where f.userid=#{userid} and f.pbiz_id=res.project_id and f.biz_id=res.id )
</if>
<if test="skillIds != null and skillIds != ''">
and exists ( select 1 from xm_task_skill f where f.task_id=res.id and f.task_skill_id in
and exists ( select 1 from xm_task_skill f where f.task_id=res.id and f.skill_id in
<foreach collection="skillIds" item="item" index="index" open="(" separator="," close=")" >
#{item}
</foreach>

Loading…
Cancel
Save