|
|
@@ -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) {
|