From 45e167dd5bd9f581101e9e995bf377d2181cfb7f 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:16:01 +0800 Subject: [PATCH] aa --- business/jxstore/cms/job.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/job.go b/business/jxstore/cms/job.go index 13e87df81..9f1a65790 100644 --- a/business/jxstore/cms/job.go +++ b/business/jxstore/cms/job.go @@ -1575,6 +1575,7 @@ func UpdateJob(ctx *jxcontext.Context, payload map[string]interface{}) (err erro job.ID = jobExt.ID dao.GetEntity(db, job) valid := dao.StrictMakeMapByStructObject(payload, job, ctx.GetUserName()) + fmt.Println(".......................................", utils.Format4Output(valid, false)) if len(valid) > 0 { dao.Begin(db) defer func() {