Commit 6f72b543 by mushishixian

修复

parent fc7c5898
...@@ -195,8 +195,8 @@ class SupplierApiController extends Controller ...@@ -195,8 +195,8 @@ class SupplierApiController extends Controller
$this->response(-1, '修改状态失败'); $this->response(-1, '修改状态失败');
} }
//发送短信 //发送短信
$messageService = new MessageService(); // $messageService = new MessageService();
$messageService->sendSupplierMessage($supplierId, $status); // $messageService->sendSupplierMessage($supplierId, $status);
//发送队列消息同步到金蝶 //发送队列消息同步到金蝶
$service = new SyncSupplierService(); $service = new SyncSupplierService();
$service->syncSupplierToErp($supplierId); $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