feat:完善入驻信息管理
This commit is contained in:
@ -53,6 +53,11 @@ func (c *Agent) Launch(params *BasicParams, other *config.IdentityForAgent) erro
|
||||
mManageAgent.Name = params.Name
|
||||
mManageAgent.Mobile = params.Mobile
|
||||
mManageAgent.IDCard = other.IDCard
|
||||
mManageAgent.SetIDImageAttribute(&model2.ManageAgentIDImage{
|
||||
Front: other.IDImage.Front,
|
||||
Behind: other.IDImage.Behind,
|
||||
Hold: other.IDImage.Hold,
|
||||
})
|
||||
mManageAgent.SetIndustryAttribute(params.Industrys)
|
||||
mManageAgent.SetKeywordAttribute(params.Keywords)
|
||||
mManageAgent.WorkExperience = other.WorkExperience
|
||||
|
Reference in New Issue
Block a user