From d7070e73110f0d09abea8ed52dc9a83d9912c7d0 Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Mon, 31 Mar 2025 13:16:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=99=AE=E9=80=9A=E6=A0=B9?= =?UTF-8?q?=E6=8D=AE=E5=8A=9F=E8=83=BD=E8=8E=B7=E5=8F=96=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=A7=A3=E6=9E=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/modelService.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/modelService.go b/service/modelService.go index fffc604..e83f23b 100644 --- a/service/modelService.go +++ b/service/modelService.go @@ -168,7 +168,7 @@ func FindFuncModelListByFunction(function string) ([]dao.Model, error) { for _, v := range models_ { v.Url = "" v.Parameter = "" - v.Description = "" + //v.Description = "" models = append(models, v) } }