wuheng 1 年之前
父节点
当前提交
05b0e1816f

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

@@ -102,6 +102,10 @@ public class EasSysStudentLoginServiceImpl implements EasSysStudentLoginService
         String jsonStr = "";
         try {
             archiveFile = new FileInputStream(resource.getFile());
+
+            System.out.println( "archiveFile" );
+            System.out.println( archiveFile );
+
             jsonStr = IOUtils.toString(archiveFile, "UTF-8");
         } catch (FileNotFoundException e) {
             e.printStackTrace();