考评组详情为过滤is_delete=1得职位信息
This commit is contained in:
parent
cccaab298a
commit
464ebae862
@ -183,7 +183,6 @@ public class EvaluationGroupServiceImpl extends ServiceImpl<EvaluationGroupMappe
|
||||
group.setScore(1);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
return pageUtils;
|
||||
|
||||
@ -469,7 +469,7 @@
|
||||
<foreach collection="ids" item="id" separator=",">
|
||||
#{id}
|
||||
</foreach>
|
||||
) and occupation.staff_status=0 order by field(staff.id,
|
||||
) and occupation.staff_status=0 and occupation.is_delete=0 order by field(staff.id,
|
||||
<foreach collection="ids" item="id" separator=",">
|
||||
#{id}
|
||||
</foreach>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user