入库任务数据调用

This commit is contained in:
tongfei
2023-10-28 13:32:19 +08:00
parent ae3d0e0c2f
commit 914654f749
7 changed files with 186 additions and 42 deletions

View File

@@ -26,8 +26,8 @@ namespace WMS.Web.Api.Controllers
[Route("hj")]
public async Task<string> TestHJ()
{
//var result= await this._erpService.BillQueryForPurchaseInStock();
var result = await this._erpService.BillQueryForOrg();
var result= await this._erpService.BillQueryForPurchaseInStock();
//var result = await this._erpService.BillQueryForOrg();
if (!result.IsSuccess)
return "";
return JsonConvert.SerializeObject(result.Data);