调度运行获取吉客云采购入库
This commit is contained in:
@@ -218,9 +218,6 @@ namespace MyCode.Project.WebApi.Controllers
|
||||
//}
|
||||
//#endregion
|
||||
|
||||
|
||||
|
||||
|
||||
#region GenerateHS256Key(JWTKEY)
|
||||
/// <summary>
|
||||
/// GenerateHS256Key
|
||||
@@ -235,7 +232,6 @@ namespace MyCode.Project.WebApi.Controllers
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
#region 调度运行上传申请出入库申请单
|
||||
|
||||
/// <summary>
|
||||
@@ -248,6 +244,22 @@ namespace MyCode.Project.WebApi.Controllers
|
||||
_jackYunStockinService.TaskSendInventoryMovement( sheet);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
#region 调度运行获取吉客云采购入库
|
||||
|
||||
/// <summary>
|
||||
/// 调度运行获取吉客云采购入库
|
||||
/// </summary>
|
||||
[HttpGet]
|
||||
[AllowAnonymous]
|
||||
public void GetPurchaseInboundData(string now)
|
||||
{
|
||||
_jackYunTaskService.GetPurchaseInboundData(now);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user