|
|
@@ -71,9 +71,10 @@ class Level2Generate {
|
|
|
const topLpPullRst = await history.findByBlock('topLp')
|
|
|
if (!topLpPullRst.state) continue
|
|
|
const topLpList = topLpPullRst.data
|
|
|
- const normalLpPullRst = await history.findByBlock('normalLp')
|
|
|
- if (!normalLpPullRst.state) continue
|
|
|
- const normalLpList = normalLpPullRst.data
|
|
|
+ // const normalLpPullRst = await history.findByBlock('normalLp')
|
|
|
+ // if (!normalLpPullRst.state) continue
|
|
|
+ // const normalLpList = normalLpPullRst.data
|
|
|
+ const normalLpList: any = []
|
|
|
|
|
|
const allTypeLpList: any = topLpList.concat(normalLpList)
|
|
|
|