修改一版
parent
4af0291bc2
commit
18b2599f35
|
@ -248,7 +248,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
//一致性核查
|
||||
foreach (var item in entitys.Where(x => x.Entity.GetType() == typeof(CheckChallengeDialog)))
|
||||
{
|
||||
|
||||
type = _userInfo.UserTypeShortName + "/" + type;
|
||||
await InsertInspection<CheckChallengeDialog>(item, type, x => new DataInspection()
|
||||
{
|
||||
GeneralId = x.Id,
|
||||
|
|
Loading…
Reference in New Issue