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();