|
@@ -436,7 +436,7 @@ public class WorkScheduleAttendanceController {
|
|
|
Map<String, Object> msgMap = new HashMap<>();
|
|
|
|
|
|
List<Sort> sortList = new ArrayList<>();
|
|
|
- sortList.add(new Sort("a.id_", "asc"));
|
|
|
+ sortList.add(new Sort("g.sort_no", "asc"));
|
|
|
|
|
|
if (StringUtils.isNotEmpty(name)) {
|
|
|
String[] names = name.split(",");
|