Commit c9087824 by 杨树贤

草稿也直接拉黑

parent f0db1974
Showing with 1 additions and 1 deletions
......@@ -355,7 +355,7 @@ class SupplierService
//这里还要判断一体化实体名单,如果是待确认,那么也不能修改状态为审核中
//新增的时候,一体化是待确认
if ($newSupplier['is_entity'] == 0 && ($isDirectApply || $isAudit)) {
if ($newSupplier['is_entity'] == 0) {
//这里还涉及到一体化的状态变更,要去判断is_entity字段
//如果是0的话,那么就要去禁用,并且记录禁用前的原始状态
$reason = '待确认实体名单,系统自动拉入禁止交易,请联系“风控部门”进行确认;';
......
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