src/main/java/com/hxzkoa/services/AttendanceService.java
@@ -159,7 +159,7 @@ List resultList = query.getResultList(); if (resultList.size() > 0) { Object[] obj = (Object[]) resultList.get(0); System.out.print(obj); //System.out.print(obj); people = obj[1].toString(); } return people; @@ -395,7 +395,7 @@ Object[] obj = (Object[])resultList.get(i); gaojing.add(Integer.parseInt(obj[1].toString())); } System.out.print(gaojing); //System.out.print(gaojing); return gaojing; }