修改一版

Uat_Study
he 2022-05-07 15:39:30 +08:00
parent 4af0291bc2
commit 18b2599f35
1 changed files with 1 additions and 1 deletions

View File

@ -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,