mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
fix: 首页最快到期证书,不包含已禁用的流水线
This commit is contained in:
@@ -746,7 +746,8 @@ export class PipelineService extends BaseService<PipelineEntity> {
|
|||||||
status: true
|
status: true
|
||||||
},
|
},
|
||||||
where: {
|
where: {
|
||||||
userId
|
userId,
|
||||||
|
disabled: false
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
await this.fillLastVars(list);
|
await this.fillLastVars(list);
|
||||||
|
|||||||
Reference in New Issue
Block a user