修改作业许可接口
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user