...
|
...
|
@@ -1934,7 +1934,7 @@ func Permission(header *protocol.RequestHeader, request *protocol.PermissionRequ |
|
|
rsp.EditScore = 0
|
|
|
}
|
|
|
}
|
|
|
|
|
|
if chance.UserId != header.UserId {
|
|
|
//他人
|
|
|
if auditProcess, err = models.GetAuditFlowProcessListByAuditUser(request.ChanceId, header.UserId); err != nil {
|
|
|
if err == orm.ErrNoRows {
|
...
|
...
|
@@ -1959,5 +1959,6 @@ func Permission(header *protocol.RequestHeader, request *protocol.PermissionRequ |
|
|
log.Debug(fmt.Sprintf("用户:%v 审核过,并且当前机会在审核中 编辑权限:false", header.UserId))
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
return
|
|
|
} |
...
|
...
|
|