修改问题

This commit is contained in:
he
2022-04-18 15:31:17 +08:00
parent ab3cfd7acd
commit 77495f5922
3 changed files with 37 additions and 32 deletions
@@ -849,6 +849,7 @@ namespace IRaCIS.Core.API.Controllers
public async Task<IResponseOutput> UpdateSubjectStatus(InsUpdateSubjectStatus opt)
{
var fun = _subjectService.UpdateSubjectStatus;
return await _inspectionService.Enforcement(opt.OptCommand, opt.AuditInfo, opt.SignInfo, fun);
}