update:区域数据新增缓存

This commit is contained in:
2021-04-28 13:42:36 +08:00
parent e717e581d3
commit 90d403c9ca
6 changed files with 55 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ namespace Ewide.Core.Controller
[HttpPost("/area/edit")]
public async Task UpdateAreaNumber(AreaNumberInput input)
{
await _areaNumberService.AddAreaNumber(input);
await _areaNumberService.UpdateAreaNumber(input);
}
/// <summary>
/// 删除区域