|
@@ -79,7 +79,7 @@ export class LpMaintenance {
|
|
|
const lpAddressList: any = []
|
|
const lpAddressList: any = []
|
|
|
|
|
|
|
|
for (const lp of lpList) {
|
|
for (const lp of lpList) {
|
|
|
- logger.debug(lp)
|
|
|
|
|
|
|
+ lp.dataObj = JSON.parse(lp.data)
|
|
|
lpAddressList.push(lp.dataObj.LP)
|
|
lpAddressList.push(lp.dataObj.LP)
|
|
|
}
|
|
}
|
|
|
|
|
|