diff --git a/Myshipping.Application/Service/EmbedProjectGoodsStatus/EmbedProjectGoodsStatusService.cs b/Myshipping.Application/Service/EmbedProjectGoodsStatus/EmbedProjectGoodsStatusService.cs index 04f2acf9..18c9e6d7 100644 --- a/Myshipping.Application/Service/EmbedProjectGoodsStatus/EmbedProjectGoodsStatusService.cs +++ b/Myshipping.Application/Service/EmbedProjectGoodsStatus/EmbedProjectGoodsStatusService.cs @@ -510,7 +510,7 @@ namespace Myshipping.Application [AllowAnonymous, HttpGet("/EmbedProjectGoodsStatus/GetEnableProjectDictTreeList"), ApiUser(ApiCode = "EmbedServiceProjectStatus")] public async Task> GetEnableProjectDictTreeList([FromQuery] bool isAvoidCache = false) { - return await _serviceWorkFlowBaseService.GetEnableStatusDictTreeList(isAvoidCache); + return await _serviceWorkFlowBaseService.GetEnableProjectDictTreeList(isAvoidCache); } } }