This commit is contained in:
2023-08-18 18:13:13 +08:00
parent 38147d0ae7
commit 2039c729e5
4 changed files with 14 additions and 7 deletions

View File

@@ -1379,7 +1379,7 @@ func (t *TaskFunc) TaskWriteSystemLog(uri, params, body string) {
ProcessName: newProcInfo.Name,
ProcessID: newProcInfo.Pid,
Operation: operation,
ProcessTime: newProcInfo.StartTime,
StartTime: newProcInfo.StartTime,
LogTime: time.Now().Format(time.DateTime),
}
var response *resty.Response