From c08f01d487c722ecc44e53346f1adb8db3afcc01 Mon Sep 17 00:00:00 2001 From: CODE <1650192445@qq.com> Date: Tue, 7 Nov 2023 11:10:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=9B=E9=80=89=E5=B7=B2=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/3.6.2/data/1_bing_anxinproject_local/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/3.6.2/data/1_bing_anxinproject_local/index.js b/script/3.6.2/data/1_bing_anxinproject_local/index.js index 7b883d5..773b926 100644 --- a/script/3.6.2/data/1_bing_anxinproject_local/index.js +++ b/script/3.6.2/data/1_bing_anxinproject_local/index.js @@ -50,7 +50,7 @@ try { await pomsClient.query('BEGIN') console.log(`开始`); - const projects = (await anxinClient.query(`SELECT * FROM "t_project"`)).rows + const projects = (await anxinClient.query(`SELECT * FROM "t_project" WHERE status=4`)).rows // console.log(projects); // 遍历项目