Uat_Study
{872297557@qq.com} 2023-02-06 13:23:39 +08:00
parent f92380b1e0
commit 4cc104236e
1 changed files with 0 additions and 1 deletions

View File

@ -433,7 +433,6 @@ namespace IRaCIS.Core.API.Controllers
public async Task<IResponseOutput> UserConfirm(DataInspectionDto<UserConfirmCommand> opt)
{
var singid = await _inspectionService.RecordSing(opt.SignInfo);
opt.Data.SignText = opt.SignInfo.SignText;
var result = await _trialDocumentService.UserConfirm(opt.Data);
await _inspectionService.CompletedSign(singid, result);