代码提交
This commit is contained in:
parent
cc81fe7cec
commit
64685d2f05
|
|
@ -208,7 +208,7 @@
|
|||
left join (
|
||||
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) and poi.id = #{userDeptId}
|
||||
where per.is_active = 1 and FIND_IN_SET(#{deptId},task.postId)
|
||||
<if test="evaluateDeptId != null and evaluateDeptId != ''">
|
||||
and per.dept_id = #{evaluateDeptId}
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue