Compare commits
2 Commits
b454163569
...
c6fd76f937
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6fd76f937 | ||
|
|
db6f97a954 |
@@ -58,24 +58,24 @@ namespace MyCode.Project.WebApi.Controllers
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 抓WMS订单
|
/// 抓WMS订单
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[HttpGet]
|
//[HttpGet]
|
||||||
[AllowAnonymous]
|
//[AllowAnonymous]
|
||||||
public List<WMStoJackyunInventoryMovementView1> GetList(DateTime now)
|
//public List<WMStoJackyunInventoryMovementView1> GetList(DateTime now)
|
||||||
{
|
//{
|
||||||
return _wMSService.GetList(now);
|
// return _wMSService.GetList(now);
|
||||||
}
|
//}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region 合并吉客云订单到新表
|
#region 合并吉客云订单到新表
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 合并吉客云订单到新表
|
/// 合并吉客云订单到新表
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[HttpGet]
|
//[HttpGet]
|
||||||
[AllowAnonymous]
|
//[AllowAnonymous]
|
||||||
public string GetAndMergeJackYunOrder(string now)
|
//public string GetAndMergeJackYunOrder(string now)
|
||||||
{
|
//{
|
||||||
return _jackYunTaskService.GetAndMergeJackYunOrder(now);
|
// return _jackYunTaskService.GetAndMergeJackYunOrder(now);
|
||||||
}
|
//}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user