Commit 04164d3e authored by huyuchen's avatar huyuchen

假勤管理修改

parent 039d7365
...@@ -94,7 +94,7 @@ implements TVacationMonitorClearLogService { ...@@ -94,7 +94,7 @@ implements TVacationMonitorClearLogService {
log.setClearTime(LocalDateTime.now()); log.setClearTime(LocalDateTime.now());
boolean isSuccess = this.save(log); boolean isSuccess = this.save(log);
return R.ok(isSuccess); return R.ok(isSuccess,SUCCESS);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment