diff --git a/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTaskMapper.xml b/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTaskMapper.xml index 9c3f6bf4..fd0b10e6 100644 --- a/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTaskMapper.xml +++ b/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 ) - 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 #{item}