shish 1 жил өмнө
parent
commit
1dca0dd659

+ 2 - 2
app-ghs/controllers/ConsoleController.php

@@ -239,8 +239,8 @@ class ConsoleController extends BaseController
         //查看财务的权限
         $lookMoney = ShopAdminClass::lookMoneyPower($this->shopAdmin, $this->shop);
 
-        //$warning = '';
-        $warning = '明天凌晨2:00~3:00,系统升级,暂停使用';
+        $warning = '';
+        //$warning = '明天凌晨2:00~3:00,系统升级,暂停使用';
 
         util::success([
             'asset' => $this->main,

+ 2 - 2
app-hd/controllers/ConsoleController.php

@@ -102,8 +102,8 @@ class ConsoleController extends BaseController
         //查看财务的权限
         $lookMoney = \bizGhs\shop\classes\ShopAdminClass::lookMoneyPower($this->shopAdmin, $this->shop);
 
-        //$warning = '';
-        $warning = '明天凌晨2:00~3:00,系统升级,暂停使用';
+        $warning = '';
+        //$warning = '明天凌晨2:00~3:00,系统升级,暂停使用';
 
         util::success([
             'asset' => $this->main,