系统生成文件,当需要手动实现增加TODO标识 (#2037)
This commit is contained in:
@@ -130,7 +130,7 @@ func GenerateSearchConditions(fields []*systemReq.AutoCodeField) string {
|
|||||||
} else {
|
} else {
|
||||||
condition = fmt.Sprintf(`
|
condition = fmt.Sprintf(`
|
||||||
if info.%s != "" {
|
if info.%s != "" {
|
||||||
// 数据类型为复杂类型,请根据业务需求自行实现复杂类型的查询业务
|
// TODO 数据类型为复杂类型,请根据业务需求自行实现复杂类型的查询业务
|
||||||
}`, field.FieldName)
|
}`, field.FieldName)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user