添加推荐管理员 远程功能初始化数据   以及解决远程管理页面500 问题
diff --git a/src/main/java/com/supwisdom/dlpay/system/controller/SystemController.java b/src/main/java/com/supwisdom/dlpay/system/controller/SystemController.java
index b3aef5a..a07821b 100644
--- a/src/main/java/com/supwisdom/dlpay/system/controller/SystemController.java
+++ b/src/main/java/com/supwisdom/dlpay/system/controller/SystemController.java
@@ -61,7 +61,7 @@
 

     @RequestMapping("/remoteCtrlindex")

     public String remoteCtrlindex(){

-        return "/system/remote/remoteCtrl";

+        return "system/remote/remoteCtrl";

     }

 

     /**

diff --git a/src/main/resources/data.sql b/src/main/resources/data.sql
index 4b369e5..577d695 100644
--- a/src/main/resources/data.sql
+++ b/src/main/resources/data.sql
@@ -156,6 +156,8 @@
 INSERT INTO tb_role_function(id,functionid,permissions,roleid) VALUES ('297eec826b97ecf8016b97ee23890013', 13, NULL, 'abcdefghijklmnopqrstuvwxyz012346');

 INSERT INTO tb_role_function(id,functionid,permissions,roleid) VALUES ('297eec826b97ecf8016b97ee23890014', 14, NULL, 'abcdefghijklmnopqrstuvwxyz012346');

 INSERT INTO tb_role_function(id,functionid,permissions,roleid) VALUES ('297eec826b97ecf8016b97ee23890015', 15, NULL, 'abcdefghijklmnopqrstuvwxyz012346');

+INSERT INTO tb_role_function(id,functionid,permissions,roleid) VALUES ('297eec826b97ecf8016b97ee23890016', 16, NULL, 'abcdefghijklmnopqrstuvwxyz012346');

+INSERT INTO tb_role_function(id,functionid,permissions,roleid) VALUES ('297eec826b97ecf8016b97ee23890017', 17, NULL, 'abcdefghijklmnopqrstuvwxyz012346');

 INSERT INTO tb_role_function(id,functionid,permissions,roleid) VALUES ('297eec826b97ecf8016b97ee23890018', 18, NULL, 'abcdefghijklmnopqrstuvwxyz012346');

 INSERT INTO tb_role_function(id,functionid,permissions,roleid) VALUES ('297eec826b97ecf8016b97ee23890019', 19, NULL, 'abcdefghijklmnopqrstuvwxyz012346');

 INSERT INTO tb_role_function(id,functionid,permissions,roleid) VALUES ('297eec826b97ecf8016b97ee23890020', 20, NULL, 'abcdefghijklmnopqrstuvwxyz012346');