perf: 优化cname检查,当有冲突的cname记录时,给出提示

This commit is contained in:
xiaojunnuo
2025-06-04 17:26:56 +08:00
parent 49f26b4049
commit e639a8f9f1
11 changed files with 138 additions and 35 deletions
@@ -26,6 +26,9 @@ export class CnameRecordEntity {
@Column({ comment: '验证状态', length: 20 })
status: string;
@Column({ comment: '错误信息' })
error: string
@Column({
comment: '创建时间',
name: 'create_time',