提交 7fd24b6f authored 作者: gongwenjie's avatar gongwenjie

Merge branch 'master' of git.yfzx.zjtys.com.cn:zjm/notes2.0

# Conflicts: # notes-attendance/src/main/java/com/zjty/tynotes/attendance/controller/AttendanceController.java
上级 9708d8ac
...@@ -87,6 +87,7 @@ public class ApprovalInformationServiceImpl implements ApprovalInformationServic ...@@ -87,6 +87,7 @@ public class ApprovalInformationServiceImpl implements ApprovalInformationServic
Long aLong = null; Long aLong = null;
try { try {
aLong = computeTime(approvalInformation.getLeaveStartTime(), approvalInformation.getLeaveEndTime()); aLong = computeTime(approvalInformation.getLeaveStartTime(), approvalInformation.getLeaveEndTime());
System.out.println(aLong);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }
...@@ -238,8 +239,7 @@ public class ApprovalInformationServiceImpl implements ApprovalInformationServic ...@@ -238,8 +239,7 @@ public class ApprovalInformationServiceImpl implements ApprovalInformationServic
} }
} }
} }
approvalInformationDao.save(approvalInformation); return approvalInformationDao.save(approvalInformation);
return approvalInformation;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论