shish 1 年間 前
コミット
df43936c7b

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

@@ -243,7 +243,7 @@ class ConsoleController extends BaseController
         //查看财务的权限
         $lookMoney = ShopAdminClass::lookMoneyPower($this->shopAdmin, $this->shop);
 
-        $warning = '本月4号凌晨4点~5点系统升级,暂停使用';
+        $warning = '';
         $warningUrl = '';
         //$warning = '开小单位(支)会减库存';
         //$warningUrl = '/admin/notice/warning';

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

@@ -101,7 +101,7 @@ class ConsoleController extends BaseController
         $lookMoney = \bizGhs\shop\classes\ShopAdminClass::lookMoneyPower($this->shopAdmin, $this->shop);
 
         $warning = '';
-        $warning = '本月4号凌晨4点~5点系统升级,暂停使用';
+        //$warning = '本月4号凌晨4点~5点系统升级,暂停使用';
 
         util::success([
             'asset' => $this->main,