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

合并分支 'gwj' 到 'master'

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