From ec8740fe1b709d8327eb5afb0a23cce739da6155 Mon Sep 17 00:00:00 2001 From: weigang Date: Fri, 14 Aug 2020 00:13:17 +0800 Subject: [PATCH] Fix --- app/Controller/NotifyController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controller/NotifyController.php b/app/Controller/NotifyController.php index ba9a1e8..9d7fa85 100644 --- a/app/Controller/NotifyController.php +++ b/app/Controller/NotifyController.php @@ -175,7 +175,7 @@ class NotifyController extends BaseController // var_dump('sendTemMsgForOnlineOrder',$res); // 打印订单,自动打印 TODO 后续优化调用逻辑 - $res = $this->feiePrintService->feiePrint($orderMain->order_num); + $res = $this->feiePrintService->feiePrint($orderMain->global_order_id); var_dump('feiePrint',$res); Db::commit();