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

合并分支 'gwj' 到 'master'

Gwj 查看合并请求 !109
流水线 #159 已取消 于阶段
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论