0
This commit is contained in:
@@ -58,24 +58,24 @@ namespace MyCode.Project.WebApi.Controllers
|
||||
/// <summary>
|
||||
/// 抓WMS订单
|
||||
/// </summary>
|
||||
[HttpGet]
|
||||
[AllowAnonymous]
|
||||
public List<WMStoJackyunInventoryMovementView1> GetList(DateTime now)
|
||||
{
|
||||
return _wMSService.GetList(now);
|
||||
}
|
||||
//[HttpGet]
|
||||
//[AllowAnonymous]
|
||||
//public List<WMStoJackyunInventoryMovementView1> GetList(DateTime now)
|
||||
//{
|
||||
// return _wMSService.GetList(now);
|
||||
//}
|
||||
#endregion
|
||||
|
||||
#region 合并吉客云订单到新表
|
||||
/// <summary>
|
||||
/// 合并吉客云订单到新表
|
||||
/// </summary>
|
||||
[HttpGet]
|
||||
[AllowAnonymous]
|
||||
public string GetAndMergeJackYunOrder(string now)
|
||||
{
|
||||
return _jackYunTaskService.GetAndMergeJackYunOrder(now);
|
||||
}
|
||||
//[HttpGet]
|
||||
//[AllowAnonymous]
|
||||
//public string GetAndMergeJackYunOrder(string now)
|
||||
//{
|
||||
// return _jackYunTaskService.GetAndMergeJackYunOrder(now);
|
||||
//}
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user