shish 1 year ago
parent
commit
2da488b9e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/ConsoleController.php

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

@@ -243,7 +243,7 @@ class ConsoleController extends BaseController
         $warning = '';
         $warning = '';
         $warningUrl = '';
         $warningUrl = '';
         $warning = '注意开小单位(支)将会扣库存 点击了解';
         $warning = '注意开小单位(支)将会扣库存 点击了解';
-        $warningUrl = '/admin/part/list';
+        $warningUrl = '/admin/notice/warning';
 
 
         util::success([
         util::success([
             'asset' => $this->main,
             'asset' => $this->main,