This commit is contained in:
2025-07-21 15:07:31 +08:00
parent 3b226c74e6
commit f05724df49
4 changed files with 21 additions and 13 deletions

View File

@@ -40,18 +40,18 @@ namespace MyCode.Project.WebApi.Controllers
}
//#region 调度运行抓吉客云销售订
#region
///// <summary>
///// 调度运行抓吉客云销售订单
///// </summary>
//[HttpGet]
//[AllowAnonymous]
//public void TaskGetJackYunOrder(string now)
//{
// _jackYunTaskService.TaskGetJackYunOrder(now);
//}
//#endregion
/// <summary>
/// 调度运行抓吉客云销售订单
/// </summary>
[HttpGet]
[AllowAnonymous]
public void TaskGetJackYunOrder(string now)
{
_jackYunTaskService.TaskGetJackYunOrder(now);
}
#endregion
#region WMS订单