修改一版

This commit is contained in:
he
2022-07-13 14:40:09 +08:00
parent f445dffb4d
commit 2dd9cf6c5c
4 changed files with 47 additions and 7 deletions
@@ -113,9 +113,9 @@ namespace IRaCIS.Core.API.Controllers
/// </summary>
/// <param name="opt"></param>
/// <returns></returns>
[HttpPost, Route("Inspection/configTrialBasicInfo/TrialReadingInfoSignInDto")]
[HttpPost, Route("Inspection/configTrialBasicInfo/TrialReadingInfoSign")]
[UnitOfWork]
public async Task<IResponseOutput> TrialReadingInfoSignInDto(DataInspectionDto<TrialReadingInfoSignInDto> opt)
public async Task<IResponseOutput> TrialReadingInfoSign(DataInspectionDto<TrialReadingInfoSignInDto> opt)
{
var singid = await _inspectionService.RecordSing(opt.SignInfo);