|
@@ -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();
|