Commit c54e082c by 杨树贤

供应商跟进先骨干修改

parent 13a8aa42
...@@ -49,4 +49,10 @@ class ChainService ...@@ -49,4 +49,10 @@ class ChainService
return $result; return $result;
} }
//修改供应商入驻数据的方法,广播结果的时候,也要广播给供应商入驻的数据
public function changeChainIsEntity($supplierName,$isEntity)
{
}
} }
...@@ -304,6 +304,9 @@ class SyncSupplierService ...@@ -304,6 +304,9 @@ class SyncSupplierService
]); ]);
} }
//去修改供应商入驻相关的数据
(new ChainService())->changeChainIsEntity($supplierName, $isEntityResult);
//还要去打日志 //还要去打日志
$logService = new LogService(); $logService = new LogService();
$logService->AddAdminLog($supplierId, LogModel::UPDATE_OPERATE, '实体名单设置', $logContent); $logService->AddAdminLog($supplierId, LogModel::UPDATE_OPERATE, '实体名单设置', $logContent);
...@@ -353,4 +356,6 @@ class SyncSupplierService ...@@ -353,4 +356,6 @@ class SyncSupplierService
} }
} }
} }
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