调整监测金蝶删单

This commit is contained in:
18942506660
2024-08-07 15:20:25 +08:00
parent 1a91e4805a
commit 6239a1e54e
19 changed files with 148 additions and 33 deletions

View File

@@ -142,6 +142,20 @@ namespace WMS.Web.Api.Controllers
return "";
}
/// <summary>
/// 手动同步金蝶删单信息
/// </summary>
/// <returns></returns>
[HttpGet]
[Route("RefreshErpDelete")]
public async Task<string> RefreshErpDelete()
{
if (!_env.IsDevelopment()) return "";
await _inStockTaskService.ErpDel();
await _outStockTaskService.ErpDel();
return "";
}
[HttpGet]
[Route("tf")]
public async Task<string> TestTF()