ss
This commit is contained in:
@@ -71,6 +71,7 @@ func PublishJob(ctx *jxcontext.Context, jobExt *model.JobExt) (err error) {
|
||||
// switch job.JobCategoryID {
|
||||
// case 1:
|
||||
// }
|
||||
fmt.Println(utils.Format4Output(jobExt, false))
|
||||
finishedAt = utils.Str2Time(jobExt.FinishedAtStr)
|
||||
job.FinishedAt = &finishedAt
|
||||
if data, err := json.Marshal(jobExt); err == nil {
|
||||
|
||||
Reference in New Issue
Block a user