bug 修改

Uat_Study
hang 2022-09-14 10:21:24 +08:00
parent 417f3211ca
commit 5d6b28c388
2 changed files with 3 additions and 2 deletions

View File

@ -286,10 +286,10 @@ namespace IRaCIS.Core.Application.ViewModel
//byzhouahng
public string TableConfigJsonStr { get; set; }
public string TableConfigJsonStr { get; set; } = String.Empty;
public string UrlConfigJsonStr { get; set; } = String.Empty;
public UrlConfig UrlConfig { get; set; }
public UrlConfig UrlConfig { get; set; } = new UrlConfig();
public List<TableConfig> TableConfigList { get; set; } = new List<TableConfig>();
}

View File

@ -1221,6 +1221,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
//var user = await _dbContext.Users.Include(x => x.UserTypeRole).FirstOrDefaultAsync(x => x.Id == entity.UserId);
await InsertInspection<TrialUser>(entity, type, x => new InspectionConvertDTO
{
IsDistinctionInterface= type == AuditOpt.Update ? true : false,
TrialId = x.TrialId,
ObjectRelationParentId = x.TrialId,
ObjectRelationParentId2 = x.UserId,