0
This commit is contained in:
@@ -27,18 +27,16 @@ namespace MyCode.Project.WebApi.Controllers
|
||||
_jackYunStockinService = jackYunStockinService;
|
||||
}
|
||||
|
||||
#region 调度运行抓吉客云销售订单
|
||||
|
||||
/// <summary>
|
||||
/// 调度运行抓吉客云销售订单
|
||||
/// 测试推送销售数据到金蝶云星空和WMS
|
||||
/// </summary>
|
||||
[HttpGet]
|
||||
[AllowAnonymous]
|
||||
public void TaskSendKingdeeSaleOrderById(string now)
|
||||
public void TaskSendKingdeeSaleOrderById(string id)
|
||||
{
|
||||
_jackYunTaskService.TaskGetJackYunOrder(now);
|
||||
_orderPushService.PushOrderToKingDee(id);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
//#region 调度运行抓吉客云销售订单
|
||||
|
||||
|
||||
Reference in New Issue
Block a user