Uat_Study
hang 2022-04-26 09:35:46 +08:00
parent bf693c8bc3
commit 9f1df7aa70
2 changed files with 2 additions and 2 deletions

View File

@ -1728,7 +1728,7 @@
</member>
<member name="T:IRaCIS.Core.Application.Triggers.TrialVisitPlanConfirmTrigger">
<summary>
处理 访视 末次评估 会影响Subject 状态
处理 项目访视计划确认,记录影像的检查,另外批量插入访视数据
</summary>
</member>
<member name="M:IRaCIS.Core.Application.MediatR.Handlers.AnonymizeCacheHandler.#ctor(IRaCIS.Core.Infra.EFCore.IRepository,EasyCaching.Core.IEasyCachingProvider)">

View File

@ -23,7 +23,7 @@ namespace IRaCIS.Application.Services
public string Get(testModel testModel)
{
var tt= _dicRepository.UpdatePartialSearchFirstAsync(Guid.Parse("e2b97a6c-35a6-4aa3-7f27-08da13ab33ff"), t => new Dictionary() { Description = "xxxxx" }, true).Result;
var tt= _dicRepository.QueryThenPartiallyUpdateAsync(Guid.Parse("e2b97a6c-35a6-4aa3-7f27-08da13ab33ff"), t => new Dictionary() { Description = "xxxxx" }, true).Result;
//var d = _repository.Where<User>(t => t.FullName.Contains("cc")).Select(t => t.FullName).FirstOrDefault();