chengf
2026-03-27 1e20f9b6c5bc642f92f77388c5f339f05a3ae9be
service-api/src/main/java/com/java110/api/importData/adapt/ImportPurchaseApplyCleaningAdapt.java
@@ -53,10 +53,10 @@
            }
            Object[] os = new Object[190];
            System.arraycopy(oList.get(osIndex), 0, os, 0, Math.min(oList.get(osIndex).length, 178));
            os[179] = result.getStoreId();
            os[180] = result.getUserId();
            os[181] = result.getUserName();
            os[182] = result.getCommunityId();
            os[186] = result.getStoreId();
            os[187] = result.getUserId();
            os[188] = result.getUserName();
            os[189] = result.getCommunityId();
            purchaseApply.add(os);
        }
    }