service-api/src/main/java/com/java110/api/importData/adapt/ImportRoomOwnerDataV2CleaningAdapt.java
@@ -84,7 +84,7 @@ break; } Object[] os = new Object[170]; System.arraycopy(oList.get(osIndex), 0, os, 0, oList.get(osIndex).length); System.arraycopy(oList.get(osIndex), 0, os, 0, Math.min(oList.get(osIndex).length, 170)); // Assert.hasValue(os[3], (osIndex + 1) + "行项目编码不能为空"); Assert.hasValue("商铺物业费 导入新模板中" + os[5], (osIndex + 1) + "行路不能为空"); Assert.hasValue("商铺物业费 导入新模板中" + os[7], (osIndex + 1) + "行门号不能为空");