调整监测金蝶删单
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user