Commit f9f6f53b by mushishixian

fix

parent fcdc9302
Showing with 1 additions and 1 deletions
...@@ -99,8 +99,8 @@ class SupplierAuditService ...@@ -99,8 +99,8 @@ class SupplierAuditService
//发送队列消息同步到金蝶 //发送队列消息同步到金蝶
$service = new SyncSupplierService(); $service = new SyncSupplierService();
$service->syncSupplierToErp($supplierId); $service->syncSupplierToErp($supplierId);
return $result;
} }
return $result;
} }
//判断是否是可以由当前用户审核 //判断是否是可以由当前用户审核
......
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