|
@@ -1594,7 +1594,7 @@ public class StoreStaffConfigServiceImpl implements StoreStaffConfigService {
|
|
|
titleStaffList.add(staff);
|
|
titleStaffList.add(staff);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+ titleStaffList.sort((x,y)->y.getTopTime().compareTo(x.getTopTime()));
|
|
|
groupVo.setStaffList(titleStaffList);
|
|
groupVo.setStaffList(titleStaffList);
|
|
|
result.add(groupVo);
|
|
result.add(groupVo);
|
|
|
}
|
|
}
|