From 68342ebdf55afbb55754f29faafa85ba24d77377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?scnoh=28=EB=85=B8=EC=8A=B9=EC=B2=A0=29?= Date: Thu, 29 Sep 2022 11:18:37 +0900 Subject: [PATCH] =?UTF-8?q?objectid=20prefix=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/control/gp/sagas/controlGpSaga.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/control/gp/sagas/controlGpSaga.ts b/src/modules/control/gp/sagas/controlGpSaga.ts index cd04f70..34ce38a 100644 --- a/src/modules/control/gp/sagas/controlGpSaga.ts +++ b/src/modules/control/gp/sagas/controlGpSaga.ts @@ -54,7 +54,7 @@ function* getControlGpSaga( const controlIds: any = []; data.forEach(gps => { - if (gps.controlId) controlIds.push(gps.controlId); + if (gps.controlId && gps.objectId.indexOf("PALDRONE") > -1) controlIds.push(gps.controlId); }); const param = controlIds.join(',');