Merge branch 'BaoMaKu' of http://8.130.121.29:3000/Develop/YunTongJackYunTask into BaoMaKu
This commit is contained in:
@@ -284,6 +284,20 @@ namespace MyCode.Project.WebApi.Controllers
|
||||
_jackYunTaskService.GetStorageGoodsDocOutV2(now);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
#region 合并吉客云采购订单到新表
|
||||
/// <summary>
|
||||
/// 合并吉客云采购订单到新表
|
||||
/// </summary>
|
||||
[HttpGet]
|
||||
[AllowAnonymous]
|
||||
public string GetAndMergePushGoodsDocInOrder(string now)
|
||||
{
|
||||
return _jackYunTaskService.GetAndMergePushGoodsDocInOrder(now);
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user