Merge branch 'main' of http://10.dbnt.co.kr:50501/DBNT/geoinfo_eGov_work
commit
45d11d3536
|
|
@ -377,6 +377,10 @@ function hole_layerOnOff() {
|
|||
} else {
|
||||
returnValue = returnValue + "N";
|
||||
}
|
||||
// 마지막 반복이고, 아직 Y가 하나도 없을 때
|
||||
if (i === 33 && !returnValue.includes("Y")) {
|
||||
returnValue += "Y";
|
||||
}
|
||||
}
|
||||
|
||||
console.log(returnValue);
|
||||
|
|
|
|||
Loading…
Reference in New Issue