fix: 首页最快到期证书,不包含已禁用的流水线

This commit is contained in:
xiaojunnuo
2025-12-26 14:37:03 +08:00
parent 40449ae4de
commit d731956b06

View File

@@ -746,7 +746,8 @@ export class PipelineService extends BaseService<PipelineEntity> {
status: true
},
where: {
userId
userId,
disabled: false
}
});
await this.fillLastVars(list);