From 059a30025ae2448b629d1b70430ec75e5e9cfe86 Mon Sep 17 00:00:00 2001 From: jianghaiqing Date: Wed, 24 Jul 2024 19:02:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=8D=E5=8A=A1=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=86=85=E5=B5=8C=EF=BC=8C=E5=A2=9E=E5=8A=A0=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E6=9C=8D=E5=8A=A1=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EmbedProjectGoodsStatus/EmbedProjectGoodsStatusService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } }