From 2b018c4132c3f5abb2c2a4c27bfd3e8983fca89f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 3 Nov 2020 10:51:44 +0800 Subject: [PATCH] lastop --- 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 a8bce53d4..cf3038670 100644 --- a/business/jxstore/cms/job.go +++ b/business/jxstore/cms/job.go @@ -270,6 +270,7 @@ func AcceptJob(ctx *jxcontext.Context, jobID int) (errCode string, err error) { panic(r) } }() + dao.WrapAddIDCULEntity(jobOrder, ctx.GetUserName()) if err = dao.CreateEntity(db, jobOrder); err != nil { dao.Rollback(db) }