From 41714fca0b0c147a9f732c8dd1d5eac766a3de34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=94=E5=BF=B5?= <12574910+72wo@users.noreply.github.com> Date: Tue, 24 Feb 2026 13:26:24 +0800 Subject: [PATCH] 1 --- modules/dict/service/dict_info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dict/service/dict_info.go b/modules/dict/service/dict_info.go index ff2ef90ba..b0225a919 100644 --- a/modules/dict/service/dict_info.go +++ b/modules/dict/service/dict_info.go @@ -44,7 +44,7 @@ func (s *DictInfoService) Data(ctx context.Context, types []string) (data interf data = g.Map{} for _, v := range typeData { m := cool.DBM(dictInfoModel) - result, err := m.Where("typeId", v["id"]).FieldsEx("id", "remark").Order("ordernum asc").All() + result, err := m.Where("typeId", v["id"]).FieldsEx("id").Order("ordernum asc").All() if err != nil { return nil, err }