wuheng 1 年之前
父節點
當前提交
497a939fce

+ 5 - 0
service/src/main/java/com/koobietech/eas/service/impl/EasSysStudentLoginServiceImpl.java

@@ -91,8 +91,13 @@ public class EasSysStudentLoginServiceImpl implements EasSysStudentLoginService
         //权限配置文件
         //String absolutePath = new File(jsonFilePath).getAbsolutePath();
         //FileInputStream archiveFile = fileManager.getArchiveFile(absolutePath);
+
+
         String absolutePath = "temp/authority.json";
         URL resource = Resources.getResource(absolutePath);
+
+
+
         FileInputStream archiveFile = null;
         String jsonStr = "";
         try {