This commit is contained in:
aozhiwei 2023-08-09 12:46:58 +08:00
parent e71c643b25
commit 2c913bd22f

View File

@ -94,7 +94,8 @@ class Mall extends BaseModel {
),
array(
'status' => self::BUY_OK_STATE,
'last_buyer' => $buyer
'buyer' => $buyer,
'buy_ok_time' => myself()->_getNowTime()
)
);
}