@@ -162,9 +162,6 @@ public class ExcelService {
default: throw new BusinessException(ResultCode.PARAM_MISS);
}
- if(!errorList.isEmpty()){
- return errorList;
- }
return errorList;