Browse Source

Merge branch 'master' into dev

shish 13 hours ago
parent
commit
ab2cf13dc2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app-hd/controllers/ConsoleController.php

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

@@ -108,8 +108,8 @@ class ConsoleController extends BaseController
         $lookMoney = \bizGhs\shop\classes\ShopAdminClass::lookMoneyPower($this->shopAdmin, $this->shop);
         $warning = '';
         $warningUrl = '';
-        //$warning = '挂账和结账重大调整 查看 >';
-        //$warningUrl = '/admin/notice/warning';
+        $warning = '挂账和结账重大调整 查看 >';
+        $warningUrl = '/admin/notice/warning';
 
         util::success([
             'asset' => $this->main,