Commit 6f1571c8 by 杨树贤

驳回处理说明

parent e8ed8a3b
Showing with 2 additions and 1 deletions
......@@ -274,8 +274,9 @@ class SyncSupplierService
$logContent = $reason = "待确认实体名单,系统自动拉入禁止交易,请联系“风控部门”进行确认. 风险类型 : $warningType 风险词 : $warningKeyword 风险数据 : $warningData";
}
if ($result == -3) {
$handleReason = array_get($resultData, 'handle_result','无');
$isEntityResult = SupplierChannelModel::IS_ENTITY_REJECT;
$logContent = $reason = "被驳回供应商,系统自动拉入禁止交易,请联系“风控部门”进行确认. 风险类型 : $warningType 风险词 : $warningKeyword 风险数据 : $warningData";
$logContent = $reason = "被驳回供应商,系统自动拉入禁止交易,处理说明 : $handleReason . 风险类型 : $warningType 风险词 : $warningKeyword 风险数据 : $warningData";
}
}
//去修改供应商入驻相关的数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment