From c3b75933b82d06cc31d1d6d191280eab563c2582 Mon Sep 17 00:00:00 2001 From: bossa <54703021+imbossa@users.noreply.github.com> Date: Thu, 5 Jun 2025 11:05:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=94=9F=E6=88=90=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E5=BD=93=E9=9C=80=E8=A6=81=E6=89=8B=E5=8A=A8?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E5=A2=9E=E5=8A=A0TODO=E6=A0=87=E8=AF=86=20(#?= =?UTF-8?q?2037)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/utils/autocode/template_funcs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/utils/autocode/template_funcs.go b/server/utils/autocode/template_funcs.go index 30247a58..28e347d7 100644 --- a/server/utils/autocode/template_funcs.go +++ b/server/utils/autocode/template_funcs.go @@ -130,7 +130,7 @@ func GenerateSearchConditions(fields []*systemReq.AutoCodeField) string { } else { condition = fmt.Sprintf(` if info.%s != "" { - // 数据类型为复杂类型,请根据业务需求自行实现复杂类型的查询业务 + // TODO 数据类型为复杂类型,请根据业务需求自行实现复杂类型的查询业务 }`, field.FieldName) }