feat:优化项目信息
This commit is contained in:
@ -103,7 +103,7 @@ func (c *Demand) Examine(id uint64, status int, remark string) error {
|
||||
if mTechnologyDemand.Status != model2.TechnologyStatusKindForExamining {
|
||||
return errors.New("操作错误,当前需求状态不允许审核")
|
||||
}
|
||||
return handleExamine(mTechnologyDemand.TechnologyDemand, c.UID, model2.SysUserExamineLogKindForDemandTechnology, status, remark)
|
||||
return handleExamine(mTechnologyDemand.TechnologyDemand, c.UID, model2.SysUserExamineLogKindForDemandTechnology, status, remark, nil)
|
||||
}
|
||||
|
||||
// Delete 删除操作
|
||||
|
Reference in New Issue
Block a user