fix: 修复创建流水线通知设置无效的bug

This commit is contained in:
xiaojunnuo
2024-12-09 18:04:45 +08:00
parent 7cde1fdc4a
commit 498cf34999
3 changed files with 5 additions and 4 deletions
@@ -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',