Uat_Study
parent
f92380b1e0
commit
4cc104236e
|
@ -433,7 +433,6 @@ namespace IRaCIS.Core.API.Controllers
|
||||||
public async Task<IResponseOutput> UserConfirm(DataInspectionDto<UserConfirmCommand> opt)
|
public async Task<IResponseOutput> UserConfirm(DataInspectionDto<UserConfirmCommand> opt)
|
||||||
{
|
{
|
||||||
var singid = await _inspectionService.RecordSing(opt.SignInfo);
|
var singid = await _inspectionService.RecordSing(opt.SignInfo);
|
||||||
|
|
||||||
opt.Data.SignText = opt.SignInfo.SignText;
|
opt.Data.SignText = opt.SignInfo.SignText;
|
||||||
var result = await _trialDocumentService.UserConfirm(opt.Data);
|
var result = await _trialDocumentService.UserConfirm(opt.Data);
|
||||||
await _inspectionService.CompletedSign(singid, result);
|
await _inspectionService.CompletedSign(singid, result);
|
||||||
|
|
Loading…
Reference in New Issue