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);
|
group.setScore(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return pageUtils;
|
return pageUtils;
|
||||||
|
|||||||
@ -111,8 +111,9 @@
|
|||||||
#{item}
|
#{item}
|
||||||
</foreach>
|
</foreach>
|
||||||
)
|
)
|
||||||
group by id order by id desc
|
|
||||||
</if>
|
</if>
|
||||||
|
group by id order by id desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectEvaluationGroupByIds" resultType="EvaluationGroup" >
|
<select id="selectEvaluationGroupByIds" resultType="EvaluationGroup" >
|
||||||
|
|||||||
@ -469,7 +469,7 @@
|
|||||||
<foreach collection="ids" item="id" separator=",">
|
<foreach collection="ids" item="id" separator=",">
|
||||||
#{id}
|
#{id}
|
||||||
</foreach>
|
</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=",">
|
<foreach collection="ids" item="id" separator=",">
|
||||||
#{id}
|
#{id}
|
||||||
</foreach>
|
</foreach>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user