feat:完善项目信息

This commit is contained in:
henry
2022-01-19 16:21:22 +08:00
parent 94106773f5
commit f0a450b2e5
3 changed files with 2 additions and 4 deletions

View File

@ -47,8 +47,6 @@ func (*Settled) Company(c *gin.Context) {
api.APIFailure(err.(error))(c)
return
}
form.License = (&api.ImageForm{Image: form.License}).FilterImageURL()
err := settled.NewCompany()(api.GetSession()(c).(*session.Enterprise), api.GetTenantID()(c).(uint64)).
Launch(form.settledForm.bind(), (&api.IDStringForm{ID: form.InviterCode}).Convert(), &form.IdentityForCompany)
api.APIResponse(err)(c)