Commit 6f72b543 by mushishixian

修复

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