余额不足

This commit is contained in:
苏尹岚
2020-10-29 14:05:41 +08:00
parent b485bb7bec
commit 658b005f61
2 changed files with 2 additions and 3 deletions

View File

@@ -71,7 +71,6 @@ func PublishJob(ctx *jxcontext.Context, jobExt *model.JobExt) (errCode string, e
// 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 {