bug 修改
parent
417f3211ca
commit
5d6b28c388
|
@ -286,10 +286,10 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||||
|
|
||||||
|
|
||||||
//byzhouahng
|
//byzhouahng
|
||||||
public string TableConfigJsonStr { get; set; }
|
public string TableConfigJsonStr { get; set; } = String.Empty;
|
||||||
public string UrlConfigJsonStr { 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>();
|
public List<TableConfig> TableConfigList { get; set; } = new List<TableConfig>();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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);
|
//var user = await _dbContext.Users.Include(x => x.UserTypeRole).FirstOrDefaultAsync(x => x.Id == entity.UserId);
|
||||||
await InsertInspection<TrialUser>(entity, type, x => new InspectionConvertDTO
|
await InsertInspection<TrialUser>(entity, type, x => new InspectionConvertDTO
|
||||||
{
|
{
|
||||||
|
IsDistinctionInterface= type == AuditOpt.Update ? true : false,
|
||||||
TrialId = x.TrialId,
|
TrialId = x.TrialId,
|
||||||
ObjectRelationParentId = x.TrialId,
|
ObjectRelationParentId = x.TrialId,
|
||||||
ObjectRelationParentId2 = x.UserId,
|
ObjectRelationParentId2 = x.UserId,
|
||||||
|
|
Loading…
Reference in New Issue