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