From fcbb4059f11d1e2b320d581bf6f960d9965142c6 Mon Sep 17 00:00:00 2001
From: pjb <123456>
Date: 星期二, 08 七月 2025 08:58:18 +0800
Subject: [PATCH] Merge branch 'ycds-wms-dev' of http://47.97.1.152:5880/r/zy-asrs-master into ycds-wms-dev

---
 zy-asrs-wms/src/main/resources/sql/menu/cacheStatistics.sql |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/zy-asrs-wms/src/main/resources/sql/menu/cacheStatistics.sql b/zy-asrs-wms/src/main/resources/sql/menu/cacheStatistics.sql
index 78b8ff0..7a923f6 100644
--- a/zy-asrs-wms/src/main/resources/sql/menu/cacheStatistics.sql
+++ b/zy-asrs-wms/src/main/resources/sql/menu/cacheStatistics.sql
@@ -1,9 +1,9 @@
--- save cacheStatistics record
--- mysql
-insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `host_id`, `status`) values ( '绯荤粺缂撳瓨缁熻绠$悊', '0', '/asrs/cacheStatistics', '/asrs/cacheStatistics', '0' , '0', '1' , '1');
-
-insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '鏌ヨ绯荤粺缂撳瓨缁熻', '', '1', 'asrs:cacheStatistics:list', '0', '1', '1');
-insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '娣诲姞绯荤粺缂撳瓨缁熻', '', '1', 'asrs:cacheStatistics:save', '1', '1', '1');
-insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '淇敼绯荤粺缂撳瓨缁熻', '', '1', 'asrs:cacheStatistics:update', '2', '1', '1');
-insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '鍒犻櫎绯荤粺缂撳瓨缁熻', '', '1', 'asrs:cacheStatistics:remove', '3', '1', '1');
-
+-- save cacheStatistics record
+-- mysql
+insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `host_id`, `status`) values ( '绯荤粺缂撳瓨缁熻绠$悊', '0', '/asrs/cacheStatistics', '/asrs/cacheStatistics', '0' , '0', '1' , '1');
+
+insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '鏌ヨ绯荤粺缂撳瓨缁熻', '', '1', 'asrs:cacheStatistics:list', '0', '1', '1');
+insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '娣诲姞绯荤粺缂撳瓨缁熻', '', '1', 'asrs:cacheStatistics:save', '1', '1', '1');
+insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '淇敼绯荤粺缂撳瓨缁熻', '', '1', 'asrs:cacheStatistics:update', '2', '1', '1');
+insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '鍒犻櫎绯荤粺缂撳瓨缁熻', '', '1', 'asrs:cacheStatistics:remove', '3', '1', '1');
+

--
Gitblit v1.9.1