|
|
@ -203,8 +203,8 @@ public class IcVaccineServiceImpl extends BaseServiceImpl<IcVaccineDao, IcVaccin |
|
|
|
Path errorDescFile = null; |
|
|
|
String errorDesFileUrl = null; |
|
|
|
|
|
|
|
List<IcNatImportExcelData.RowRemarkMessage> errorRows = listener.getErrorRows(); |
|
|
|
List<IcNatImportExcelData.RowRemarkMessage> otherRows = listener.getOtherRows(); |
|
|
|
List<IcVaccineImportExcelData.RowRemarkMessage> errorRows = listener.getErrorRows(); |
|
|
|
List<IcVaccineImportExcelData.RowRemarkMessage> otherRows = listener.getOtherRows(); |
|
|
|
|
|
|
|
boolean failed = errorRows.size() > 0; |
|
|
|
|
|
|
|