From 939c8228a865f21473cf3ba0e830330c225dc592 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 26 Jan 2022 18:54:47 +0800 Subject: [PATCH] 1 --- webapp/controller/NewMarketController.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/controller/NewMarketController.class.php b/webapp/controller/NewMarketController.class.php index b2004759..d85bcd58 100644 --- a/webapp/controller/NewMarketController.class.php +++ b/webapp/controller/NewMarketController.class.php @@ -146,7 +146,6 @@ class NewMarketController extends BaseController { 'payment_token_address' => $paymentTokenAddress, 'nonce' => $nonce, 'signature' => $signature, - 'expired' => 0, 'done' => 1, 'createtime' => myself()->_getNowTime(), 'modifytime' => myself()->_getNowTime()