Merge branch 'version_performance_2.0' of http://gitlab.ldxinyong.com/enterpriseManagement/lz_management into version_performance_2.0
This commit is contained in:
commit
f511a807e9
@ -183,7 +183,6 @@ public class EvaluationGroupServiceImpl extends ServiceImpl<EvaluationGroupMappe
|
||||
group.setScore(1);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
return pageUtils;
|
||||
|
||||
@ -111,8 +111,9 @@
|
||||
#{item}
|
||||
</foreach>
|
||||
)
|
||||
group by id order by id desc
|
||||
|
||||
</if>
|
||||
group by id order by id desc
|
||||
</select>
|
||||
|
||||
<select id="selectEvaluationGroupByIds" resultType="EvaluationGroup" >
|
||||
|
||||
@ -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