Commit 21daa770 by 宁成龙

完善客户编码等问题

parent eb7bbada
Showing with 1 additions and 1 deletions
......@@ -187,7 +187,7 @@ class UserService
];
User::updateByIdArr($userIds, $update);
InquiryService::batchUpdateSalesId($saleId, $userIds);
// OrderService::changeOrderSales($userIds,$saleId,$saleInfo["name"]);
OrderService::changeOrderSales($userIds,$saleId,$saleInfo["name"]);
DB::commit();
} catch (\Throwable $throwable) {
......
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