wuheng 1 жил өмнө
parent
commit
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 = "";
         String jsonStr = "";
         try {
         try {
             archiveFile = new FileInputStream(resource.getFile());
             archiveFile = new FileInputStream(resource.getFile());
+
+            System.out.println( "archiveFile" );
+            System.out.println( archiveFile );
+
             jsonStr = IOUtils.toString(archiveFile, "UTF-8");
             jsonStr = IOUtils.toString(archiveFile, "UTF-8");
         } catch (FileNotFoundException e) {
         } catch (FileNotFoundException e) {
             e.printStackTrace();
             e.printStackTrace();