123
This commit is contained in:
@@ -271,6 +271,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