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) // 统计安心云项目下的结构物