提交 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
Long aLong = null;
try {
aLong = computeTime(approvalInformation.getLeaveStartTime(), approvalInformation.getLeaveEndTime());
System.out.println(aLong);
} catch (Exception e) {
e.printStackTrace();
}
......@@ -238,8 +239,7 @@ public class ApprovalInformationServiceImpl implements ApprovalInformationServic
}
}
}
approvalInformationDao.save(approvalInformation);
return approvalInformation;
return approvalInformationDao.save(approvalInformation);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论