作者 yangfu

机会审核修改

... ... @@ -357,7 +357,9 @@ func ChanceApprove(header *protocol.RequestHeader, request *protocol.ChanceAppro
mapProcess["EnableStatus"] = int8(1)
mapChance["Type"] = request.Type
mapChance["ReserveTypeId"] = request.ReserveTypeId
mapChance["SelfChecks"] = common.AssertJson(request.SelfChecks)
if len(request.SelfChecks) > 0 {
mapChance["SelfChecks"] = common.AssertJson(request.SelfChecks)
}
}
}
log.Info(fmt.Sprintf("用户:%v 提交审核 机会编号:%v 审批流编号:%v 审批状态:%v", header.UserId, chance.Id, process.Id, request.ReviewStatus))
... ...