Commit 762caa5d by mushishixian

fix

parent 46628a05
Showing with 1 additions and 1 deletions
......@@ -95,7 +95,7 @@ class SupplierAuditService
}
//复审通过状态的供应商才会同步到金蝶
if ($supplier['need_review'] == 1) {
if ($supplier['need_review'] == 0) {
//发送队列消息同步到金蝶
$service = new SyncSupplierService();
$service->syncSupplierToErp($supplierId);
......
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