Merge branch 'v2-dev-buy' into v2-dev

This commit is contained in:
xiaojunnuo
2025-11-09 02:06:57 +08:00
13 changed files with 216 additions and 89 deletions
@@ -134,6 +134,8 @@ export class CnameRecordService extends BaseService<CnameRecordEntity> {
if (!param.id) {
throw new ValidateException("id不能为空");
}
//hostRecord包含所有权校验信息,不允许用户修改hostRecord
delete param.hostRecord
const old = await this.info(param.id);
if (!old) {