aa
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user