This commit is contained in:
suyl
2021-08-03 16:46:09 +08:00
parent 230328c38a
commit 7397b232d9

View File

@@ -131,6 +131,7 @@ func OnTokenChange(values url.Values) {
Comment: voc.Comment,
VendorOrgCode: codeInfo.VenderID,
VendorType: model.VendorOrgTypePlatform,
IsJxCat: 1,
}
dao.WrapAddIDCULDEntity(voc2, "jxadmin")
if err := dao.CreateEntity(db, voc2); err == nil {