chengf
2025-09-08 064905677e2a78e1a5945d6fd606440fa43d62c0
service-api/src/main/java/com/java110/api/importData/adapt/ImportRoomFeeDataCleaningAdapt.java
@@ -85,6 +85,9 @@
            if (osIndex == 0 || osIndex == 1) { // 第一行是 头部信息 直接跳过
                continue;
            }
            if (os.length < 9){
                continue;
            }
            if((os[0] == null && os[2] == null && os[1] == null)){
                break;
            }