|
|
@@ -80,6 +80,18 @@ namespace Business.Controllers
|
|
|
return _ResourceExamineAppService.ReceiveResult(ids, type, companyid);
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 自动任务执行资源检查
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="input"></param>
|
|
|
+ /// <returns></returns>
|
|
|
+ [HttpPost]
|
|
|
+ [Route("receiveresultControllerApi")]
|
|
|
+ public Task<string> receiveresultControllerApi(string companyid)
|
|
|
+ {
|
|
|
+ return _ResourceExamineAppService.receiveresultControllerApi(companyid);
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 自动下达
|
|
|
/// </summary>
|