Explorar o código

添加菜单sql

zhh %!s(int64=3) %!d(string=hai) anos
pai
achega
023f21c30e
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      sql/init/sys_table.sql

+ 4 - 0
sql/init/sys_table.sql

@@ -2754,3 +2754,7 @@ SET FOREIGN_KEY_CHECKS = 1;
 
 
 SET FOREIGN_KEY_CHECKS = 1;
+
+
+-- 添加菜单SQL
+INSERT INTO `sys_menu` (`parent_id`, `name`, `url`, `perms`, `type`, `icon`, `order_num`, `status`) VALUES ('942','短信发送记录','aliyunsms/sendsmsrecord.html',NULL,'1','fa fa-file-code-o','6','0');