feat:增加用户企业管理信息
This commit is contained in:
@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user