一致性核查通过自动关闭质疑
continuous-integration/drone/push Build is passing Details

Uat_Study^2
hang 2024-05-23 11:15:45 +08:00
parent 6feb2b20f8
commit 5fbebe9cc0
1 changed files with 2 additions and 0 deletions

View File

@ -191,6 +191,8 @@ namespace IRaCIS.Core.Application.MediatR.Handlers
dbSV.CheckState = CheckStateEnum.CVPassed;
dbSV.CheckUserId = _userInfo.Id;
dbSV.CheckPassedTime = DateTime.Now;
dbSV.CheckChallengeState = CheckChanllengeTypeEnum.Closed;
//---核对EDC数据完全一致
dbSV.CheckResult = _localizer["ConsistencyVerification_EDCB"];
//---自动核查通过