From e8ecdbd8e3dbdff9346d3dd67256750d28207e8b Mon Sep 17 00:00:00 2001 From: CODE <1650192445@qq.com> Date: Thu, 28 Sep 2023 18:40:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2pepm=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/controllers/project/group.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/app/lib/controllers/project/group.js b/api/app/lib/controllers/project/group.js index 6c4e03c..9ab65d0 100644 --- a/api/app/lib/controllers/project/group.js +++ b/api/app/lib/controllers/project/group.js @@ -171,6 +171,7 @@ async function groupStatistic (ctx) { let pepmProjectIdArr = Array.from(pepmProjectIds) // 查询pepm项目的客户等级 + console.log(`查询pepm项目`, pepmProjectIdArr.join(',')); let pepmCustomerLevelRes = pepmProjectIdArr.length ? await clickHouse.projectManage.query( ` SELECT DISTINCT t_rpm_customer_level.id AS id, t_rpm_customer_level.name AS name FROM t_pim_project