From aefe9621c2ef735637c9cc2f37edeb524340c6ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Wed, 24 Mar 2021 17:00:12 +0800 Subject: [PATCH] Update Index.php --- app/index/controller/Index.php | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/app/index/controller/Index.php b/app/index/controller/Index.php index 829eb86b5..a3be3dbfc 100644 --- a/app/index/controller/Index.php +++ b/app/index/controller/Index.php @@ -33,18 +33,19 @@ class Index extends Controller */ public function reset() { - exit(); - $this->_query('data_user')->empty(); - $this->_query('data_user_token')->empty(); - $this->_query('data_user_address')->empty(); + exit('Disable Reset!'); - $this->_query('data_user_rebate')->empty(); - $this->_query('data_user_balance')->empty(); - $this->_query('data_user_transfer')->empty(); + $this->_query('DataUser')->empty(); + $this->_query('DataUserToken')->empty(); + $this->_query('DataUserAddress')->empty(); - $this->_query('shop_order')->empty(); - $this->_query('shop_order_item')->empty(); - $this->_query('shop_order_send')->empty(); - $this->_query('shop_payment_item')->empty(); + $this->_query('DataUserRebate')->empty(); + $this->_query('DataUserBalance')->empty(); + $this->_query('DataUserTransfer')->empty(); + + $this->_query('ShopOrder')->empty(); + $this->_query('ShopOrderItem')->empty(); + $this->_query('ShopOrderSend')->empty(); + $this->_query('ShopPaymentItem')->empty(); } } \ No newline at end of file