From af19dddc5a20fadfb81ee10f060d0e684a244b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 4 Jan 2021 15:32:14 +0800 Subject: [PATCH] aa --- business/jxstore/cms/job.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/job.go b/business/jxstore/cms/job.go index f9fe8db12..9ae995d7b 100644 --- a/business/jxstore/cms/job.go +++ b/business/jxstore/cms/job.go @@ -1576,7 +1576,7 @@ func UpdateJob(ctx *jxcontext.Context, payload map[string]interface{}) (err erro utils.Map2StructByJson(payload, &job, false) job2.ID = job.ID dao.GetEntity(db, job2) - fmt.Println(".........................", utils.Format4Output(jobExt, false)) + fmt.Println(".........................", utils.Format4Output(job, false)) valid := dao.StrictMakeMapByStructObject(payload, job2, ctx.GetUserName()) fmt.Println(".......................................", utils.Format4Output(valid, false)) if len(valid) > 0 {