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) }