mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
fix: 修复创建流水线通知设置无效的bug
This commit is contained in:
@@ -35,7 +35,7 @@ export class UserEntity {
|
||||
@Column({ comment: '备注', length: 100, nullable: true })
|
||||
remark: string;
|
||||
|
||||
@Column({ comment: '状态 0:禁用 1:启用', default: 1, type: 'int' })
|
||||
@Column({ comment: '状态 0:禁用 1:启用', default: 1 })
|
||||
status: number;
|
||||
@Column({
|
||||
name: 'create_time',
|
||||
|
||||
Reference in New Issue
Block a user