feat:增加用户企业管理信息

This commit is contained in:
henry
2021-11-30 16:09:04 +08:00
parent c6f0129e4b
commit 5bab79a613
13 changed files with 403 additions and 13 deletions

View File

@ -116,7 +116,7 @@ func (c *Demand) Form(params *DemandParams) error {
if err != nil {
return err
} else if !isExist {
return errors.New("操作错误,需求信息不存在或已删除")
return errors.New("操作错误,需求信息不存在或已删除")
} else if mTechnologyDemand.UID != c.UID {
return errors.New("无权限操作")
} else if mTechnologyDemand.Status != model2.TechnologyDemandStatusForRefuse &&