From 5ffb8adea5371404c15b8a94c36e50af1700c550 Mon Sep 17 00:00:00 2001 From: CODE <1650192445@qq.com> Date: Thu, 28 Sep 2023 18:44:36 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/lib/controllers/project/group.js b/api/app/lib/controllers/project/group.js index 9ab65d0..4a9b857 100644 --- a/api/app/lib/controllers/project/group.js +++ b/api/app/lib/controllers/project/group.js @@ -182,7 +182,7 @@ async function groupStatistic (ctx) { WHERE t_pim_project.id IN (${pepmProjectIdArr.join(',')},-1) ` ).toPromise() : [] - + console.log(pepmCustomerLevelRes); pepmCustomerLevelRes.sort((a, b) => a.id - b.id) // 统计安心云项目下的结构物