龚成明 3 éve
szülő
commit
5ba18fdbf3
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      scripts/path/level2Generate.ts

+ 1 - 1
scripts/path/level2Generate.ts

@@ -36,7 +36,7 @@ class Level2Generate {
     // 根据sum值进行池子分类
     if (this.prevTypeLpListLength != allTypeLpList.length){
       logger.debug(`generate sum group by sum...${allTypeLpList.length}`)
-      this.prevTypeLpListLength = allTypeLpList.lengthOf
+      this.prevTypeLpListLength = allTypeLpList.length
     }
 
     for (const lpDbObj of allTypeLpList) {