优化同步

This commit is contained in:
tongfei
2024-04-24 17:57:04 +08:00
parent 7a2e1b8c53
commit d0026a57a7
7 changed files with 56 additions and 9 deletions

View File

@@ -421,7 +421,7 @@ namespace WMS.Web.Api.Controllers
[Route("lst3")]
public async Task<bool> lst3()
{
var data=await _erpService.BillQueryForPurchaseInStockBy("1541693");
var data=await _erpService.BillQueryForPurchaseInStockBy("1541693",null);
return true;
}
}