Commit 19244a58 by 杨树贤

高级权限修改同步供应商到金蝶

parent 758d6b17
Showing with 3 additions and 0 deletions
......@@ -188,6 +188,9 @@ class SupplierService
if ($needAudit) {
$channel['status'] = SupplierChannelModel::STATUS_PENDING;
}else{
$syncService = new SyncSupplierService();
$syncService->syncSupplierToErp($supplierId);
}
$channel['update_time'] = time();
......
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