修改一版
parent
00e915c26d
commit
596ba08809
|
@ -199,6 +199,15 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
|
||||
}
|
||||
|
||||
// 项目文件签署
|
||||
foreach (var item in entitys.Where(x => x.Entity.GetType() == typeof(TrialDocUserTypeConfirmedUser)))
|
||||
{
|
||||
await InsertInspection<TrialDocUserTypeConfirmedUser>(item, type, x => new DataInspection()
|
||||
{
|
||||
GeneralId = x.Id,
|
||||
});
|
||||
}
|
||||
|
||||
// 项目中心
|
||||
foreach (var item in entitys.Where(x => x.Entity.GetType() == typeof(TrialSite)))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue