代码提交
This commit is contained in:
parent
3d57a5c75e
commit
be529de737
|
|
@ -209,6 +209,9 @@
|
|||
select group_concat(post_id) as postId,evaluate_id from pj_task_evaluated GROUP BY evaluate_id
|
||||
)task on task.evaluate_id = per.evaluate_id
|
||||
where per.is_active = 1 and FIND_IN_SET(#{deptId},task.postId)
|
||||
<if test='userDeptId != null and userDeptId in {"2","3","4"}'>
|
||||
and poi.id = #{userDeptId}
|
||||
</if>
|
||||
<if test="evaluateDeptId != null and evaluateDeptId != ''">
|
||||
and per.dept_id = #{evaluateDeptId}
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue