Commit bc6da6ac by 杨树贤

加入打印

parent fbdd2347
Showing with 1 additions and 0 deletions
...@@ -1895,6 +1895,7 @@ class DataService ...@@ -1895,6 +1895,7 @@ class DataService
dump("供应商: {$supplierId} - 不存在对应的线上采购员"); dump("供应商: {$supplierId} - 不存在对应的线上采购员");
continue; continue;
} }
dump("供应商: {$supplierId} - 分配成功");
$supplierService->autoAssignPurchaseUser($supplierId, $channelUid); $supplierService->autoAssignPurchaseUser($supplierId, $channelUid);
} }
return [ return [
......
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