From 85081b4246d57bfbe07755536e5e0306beed8cb8 Mon Sep 17 00:00:00 2001 From: "peng.peng" Date: Thu, 21 Dec 2023 18:16:29 +0800 Subject: [PATCH] =?UTF-8?q?(*)=20=E8=84=9A=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/1.4.1/data/1_insert_road_data/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/1.4.1/data/1_insert_road_data/index.js b/scripts/1.4.1/data/1_insert_road_data/index.js index 71fd29ba..0976267a 100644 --- a/scripts/1.4.1/data/1_insert_road_data/index.js +++ b/scripts/1.4.1/data/1_insert_road_data/index.js @@ -13,7 +13,7 @@ try { // port: 5432, // }) - // // 测试环境 + // 测试环境 const pool = new Pool({ user: 'highwayadmin', host: '10.8.40.223', @@ -118,9 +118,9 @@ try { let mark = r['mark'] if (mark) { - spot = true - } else { spot = false + } else { + spot = true } let rId = r.id