feat:完善活动信息

This commit is contained in:
henry
2021-11-25 09:58:08 +08:00
parent 5475320171
commit 474e33750a
16 changed files with 574 additions and 33 deletions

View File

@ -157,6 +157,7 @@ func (c *Examine) Launch(id uint64, identity, status int) error {
}
if !isExist {
mUserManage.TenantID = data.TenantID
mUserManage.ManageID = data.IModel.GetID()
mUserManage.UID = data.UID
mUserManage.Identity = identity
mUserManage.IdentityInfo = utils.AnyToJSON(data.IdentityInfo)