|
@ -182,7 +182,7 @@ async function groupStatistic (ctx) { |
|
|
WHERE t_pim_project.id IN (${pepmProjectIdArr.join(',')},-1) |
|
|
WHERE t_pim_project.id IN (${pepmProjectIdArr.join(',')},-1) |
|
|
` |
|
|
` |
|
|
).toPromise() : [] |
|
|
).toPromise() : [] |
|
|
|
|
|
console.log(pepmCustomerLevelRes); |
|
|
pepmCustomerLevelRes.sort((a, b) => a.id - b.id) |
|
|
pepmCustomerLevelRes.sort((a, b) => a.id - b.id) |
|
|
|
|
|
|
|
|
// 统计安心云项目下的结构物
|
|
|
// 统计安心云项目下的结构物
|
|
|