This commit is contained in:
qianjiawei
2023-10-30 09:48:50 +08:00
parent 138697015a
commit f94bd6f809

View File

@@ -88,7 +88,7 @@ namespace Tnb.QcMgr
return PageResult<QcCheckExecHOut>.SqlSugarPageResult(result);
}
[HttpGet]
[HttpPost]
public async Task<dynamic> GetCheckTask(VisualDevModelListQueryInput input)
{
var db = _repository.AsSugarClient();