|
|
@@ -43,8 +43,9 @@ class OrderController extends BaseController
|
|
|
$get = Yii::$app->request->get();
|
|
|
$hdId = $get['hdId'] ?? 0;
|
|
|
$account = $get['account'] ?? 0;
|
|
|
+ $page = $get['page'] ?? '';
|
|
|
$userId = $this->userId;
|
|
|
- noticeUtil::push("零售客户下单报错 hdId:{$hdId} account:{$account} userId:{$userId}", '15280215347');
|
|
|
+ noticeUtil::push("零售客户下单报错 hdId:{$hdId} account:{$account} userId:{$userId} page:{$page}", '15280215347');
|
|
|
}
|
|
|
|
|
|
//记账单列表 ssh 20250627
|