修改一版
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user