@@ -138,8 +138,8 @@ public class DrugTest10 {
writeRow.createCell(0).setCellValue(name);
writeRow.createCell(1).setCellValue(value);
writeRow.createCell(2).setCellValue(zhaiyao == null ? "" : zhaiyao);
+ curCount++;
if (maxCount > 0) {
- curCount++;
if (curCount >= maxCount) {
break;
}