commit
This commit is contained in:
+1
-2
@@ -91,9 +91,8 @@ public class TeacherCongressDelegateServiceImpl extends BaseServiceImpl<Teacher_
|
|||||||
if (!AuthUtil.hasRole(RoleConstant.SYSADMIN.name()) && !AuthUtil.hasRole(RoleConstant.SCHOOL_UNION_TC_ADMIN.name())) {
|
if (!AuthUtil.hasRole(RoleConstant.SYSADMIN.name()) && !AuthUtil.hasRole(RoleConstant.SCHOOL_UNION_TC_ADMIN.name())) {
|
||||||
cnd.and("t1.delegationId", "in", proposalCommonService.getSelfManageDelegationIds());
|
cnd.and("t1.delegationId", "in", proposalCommonService.getSelfManageDelegationIds());
|
||||||
}
|
}
|
||||||
|
|
||||||
cnd.asc("t1.userName");
|
cnd.asc("t1.userName");
|
||||||
|
sql.setCondition(cnd);
|
||||||
List<TeacherCongressDelegateExcelVO> list = listVO(sql, TeacherCongressDelegateExcelVO.class);
|
List<TeacherCongressDelegateExcelVO> list = listVO(sql, TeacherCongressDelegateExcelVO.class);
|
||||||
|
|
||||||
Comparator<TeacherCongressDelegateExcelVO> comparator = Comparator.comparing(map -> getStrokeCount(String.valueOf(map.getUserName().charAt(0))));
|
Comparator<TeacherCongressDelegateExcelVO> comparator = Comparator.comparing(map -> getStrokeCount(String.valueOf(map.getUserName().charAt(0))));
|
||||||
|
|||||||
Reference in New Issue
Block a user