From 4829ff0e5b698aabc435c41d4b4091228448e497 Mon Sep 17 00:00:00 2001 From: zm <zm@iemsoft.cn> Date: Wed, 31 Mar 2021 15:01:51 +0800 Subject: [PATCH] 提货bug修改 --- plugins/exchange/forms/exchange/CreatdCodeLog.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/plugins/exchange/forms/exchange/CreatdCodeLog.php b/plugins/exchange/forms/exchange/CreatdCodeLog.php index ea95166..c7207a9 100644 --- a/plugins/exchange/forms/exchange/CreatdCodeLog.php +++ b/plugins/exchange/forms/exchange/CreatdCodeLog.php @@ -20,6 +20,7 @@ private $user_id = ''; private $mall_id = ''; private $library_id = ''; + private $card_no = ''; public function __construct(...$params) { @@ -30,6 +31,7 @@ $this->is_success = next($params); $this->remake = next($params) ?: ''; $this->library_id = next($params); + $this->card_no = next($params); } @@ -41,6 +43,7 @@ $model->origin = $this->origin; $model->is_success = $this->is_success; $model->code = $this->code; + $model->card_no = $this->card_no; $model->remake = $this->remake; $model->library_id = $this->library_id; if (!$model->save()) { -- Gitblit v1.8.0