This commit is contained in:
邹宗楠
2022-10-24 22:03:50 +08:00
parent 6bb26fed16
commit 1f9cea6966
2 changed files with 4 additions and 11 deletions

View File

@@ -281,7 +281,7 @@ func AddVendorOrgCode(ctx *jxcontext.Context, vendorOrgCode *model.VendorOrgCode
}
if len(list) > 0 {
vendorOrgCode.ID = list[0].ID
_, err = dao.UpdateEntity(db, vendorOrgCode, "token", "updated_at", "app_key", "app_secret")
_, err = dao.UpdateEntity(db, vendorOrgCode, "token", "updated_at", "app_key", "app_secret", "comment", "vendor_org_code")
return err
}