修改作业许可接口

This commit is contained in:
2023-09-13 14:52:39 +08:00
parent 2a4772c921
commit b17e1900e2
5 changed files with 39 additions and 2 deletions
@@ -5,6 +5,7 @@ using System.Net;
using System.Net.Http;
using System.Web.Http;
using BLL;
using Mvc.Controllers;
namespace WebAPI.Controllers
{
@@ -191,6 +192,7 @@ namespace WebAPI.Controllers
try
{
APILicenseDataService.SaveLicenseFlowOperate(flowOperateItem);
CheckListController.SaveAttachFile(flowOperateItem.FlowOperateId, BLL.Const.CheckListMenuId, flowOperateItem.AttachUrl);
}
catch (Exception ex)
{