|
@ -271,7 +271,7 @@ async function groupStatistic (ctx) { |
|
|
//
|
|
|
//
|
|
|
if (gp.pepProjectId) { |
|
|
if (gp.pepProjectId) { |
|
|
let corLevel = pepmCustomerLevelRes.find(p => p.projectId == gp.pepProjectId) |
|
|
let corLevel = pepmCustomerLevelRes.find(p => p.projectId == gp.pepProjectId) |
|
|
if (corLevel) { |
|
|
if (corLevel && corLevel.id > 0) { |
|
|
pepmCustomerLevels.push(corLevel) |
|
|
pepmCustomerLevels.push(corLevel) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|