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