From 2c913bd22fe31538a822bffd2a5f3d8c1df50619 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 9 Aug 2023 12:46:58 +0800 Subject: [PATCH] 1 --- webapp/models/Mall.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/models/Mall.php b/webapp/models/Mall.php index 6309b10b..a1a8411e 100644 --- a/webapp/models/Mall.php +++ b/webapp/models/Mall.php @@ -94,7 +94,8 @@ class Mall extends BaseModel { ), array( 'status' => self::BUY_OK_STATE, - 'last_buyer' => $buyer + 'buyer' => $buyer, + 'buy_ok_time' => myself()->_getNowTime() ) ); }