作者 yangfu

审核流修改

... ... @@ -738,7 +738,6 @@ func GenAuditFlowProcess(header *protocol.RequestHeader, chanceId int64, related
}
break
case protocol.AuditByRole:
//roleName="" //TODO:角色
if e := json.Unmarshal([]byte(config.ToRole), &roleId); e == nil {
if userIds, err = getRoleUsers(header, roleId[0]); err != nil {
log.Error(err)
... ...