Commit 92367b19 by 杨树贤

修复

parent 634886e8
......@@ -661,11 +661,9 @@ class SupplierApiController extends Controller
$supplierService->batchAllocateYunxinChannelUser($supplierIds, $channelUid);
$userId = $request->user->userId;
if ($userId == 1000) {
// 批量自动分配猎芯采购和数据跟单员
foreach ($supplierIds as $supplierId) {
$supplierService->autoAssignPurchaseUser($supplierId, $channelUid);
}
// 批量自动分配猎芯采购和数据跟单员
foreach ($supplierIds as $supplierId) {
$supplierService->autoAssignPurchaseUser($supplierId, $channelUid);
}
......
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