Parcourir la source

Merge remote-tracking branch 'origin/master'

yuchengwei il y a 6 mois
Parent
commit
bc33d5187b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/test/java/com/qizhen/healsphere/JianchaKfTest.java

+ 1 - 1
src/test/java/com/qizhen/healsphere/JianchaKfTest.java

@@ -38,7 +38,7 @@ public class JianchaKfTest {
     RelationshipService relationshipService;
     @Autowired
     EntityService entityService;
-    private static int maxCount= 30;
+    private static int maxCount= -1;
     private static String directoryPath  = "C:\\Users\\17664\\Desktop\\检查";
     private static String urlExcelPath = "C:\\Users\\17664\\Desktop\\检查列表.xlsx";
     static HSSFWorkbook workbook = new HSSFWorkbook();//这里也可以设置sheet的Name;