|
@@ -68,11 +68,11 @@ public class ImportPaperByAllQues {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- try {
|
|
|
- importCoursePaper(new File("d:\\2020ddimport\\excelDir\\AAAAA.11.15.xlsx"));
|
|
|
- } catch (Exception e) {
|
|
|
- e.printStackTrace();
|
|
|
- }
|
|
|
+// try {
|
|
|
+// importCoursePaper(new File("d:\\2020ddimport\\excelDir\\AAAAA.11.15.xlsx"));
|
|
|
+// } catch (Exception e) {
|
|
|
+// e.printStackTrace();
|
|
|
+// }
|
|
|
|
|
|
Date end = new Date();
|
|
|
logger.debug("**********************导入结束 耗时:" + (end.getTime() - start.getTime()));
|