Browse Source

筛选已发布项目

dev
CODE 1 year ago
parent
commit
c08f01d487
  1. 2
      script/3.6.2/data/1_bing_anxinproject_local/index.js

2
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);
// 遍历项目

Loading…
Cancel
Save