Merge branch 'version_performance_2.0' of http://gitlab.ldxinyong.com/enterpriseManagement/lz_management into version_performance_2.0

This commit is contained in:
杜建超 2020-12-01 18:16:10 +08:00
commit f511a807e9
3 changed files with 3 additions and 3 deletions

View File

@ -183,7 +183,6 @@ public class EvaluationGroupServiceImpl extends ServiceImpl<EvaluationGroupMappe
group.setScore(1);
}
}
}
}
return pageUtils;

View File

@ -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" >

View File

@ -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>