markma 4 years ago
parent bc290ae154
commit 398589bd5b

@ -116,6 +116,7 @@ public class LeaveDetailHandler {
if (leaveTimeMS >= backTimeMS) {
return "time failed";
}
LeaveDetail result = leaveDetailRepository.save(leaveDetail);
if (result != null) {
return "success";

Loading…
Cancel
Save