|
@@ -130,7 +130,7 @@ export class TaskService implements OnModuleInit {
|
|
|
task.total = phones.length
|
|
task.total = phones.length
|
|
|
task.country = phoneList.country
|
|
task.country = phoneList.country
|
|
|
if (task.country) {
|
|
if (task.country) {
|
|
|
- task.e2ee = (await this.operatorConfigService.findByCountry(task.country))?.e2ee || false
|
|
|
|
|
|
|
+ task.e2ee = (await this.operatorConfigService.findByCountry(task.country))?.e2ee || 0
|
|
|
}
|
|
}
|
|
|
// 定时任务
|
|
// 定时任务
|
|
|
let cost = 0
|
|
let cost = 0
|