Skip to content

Commit c3b7593

Browse files
authored
系统生成文件,当需要手动实现增加TODO标识 (#2037)
1 parent ff08d45 commit c3b7593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/utils/autocode/template_funcs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func GenerateSearchConditions(fields []*systemReq.AutoCodeField) string {
130130
} else {
131131
condition = fmt.Sprintf(`
132132
if info.%s != "" {
133-
// 数据类型为复杂类型,请根据业务需求自行实现复杂类型的查询业务
133+
// TODO 数据类型为复杂类型,请根据业务需求自行实现复杂类型的查询业务
134134
}`, field.FieldName)
135135
}
136136

0 commit comments

Comments
 (0)