商品管理 添加商品 不生成随机图片
This commit is contained in:
parent
037ff186fe
commit
6203e43465
@ -116,7 +116,7 @@ public class GoodController {
|
||||
FieldBuilder.SEARCH_PLACEHOLDER_SAME_AS_FIELDNAME,
|
||||
"商品图片", FieldBuilder.EDIT_PLACEHOLDER_SAME_AS_ADD_PLACEHOLDER,
|
||||
FieldRuleListBuilder.create(),
|
||||
"IMG 120x120,随机图片"
|
||||
null // "IMG 120x120,随机图片"
|
||||
)
|
||||
.add("goodsName", "goodsName", "商品名称", "",
|
||||
FieldType.TEXT, SearchType.INPUT, AddType.INPUT, EditType.CAN_NOT_EDIT,
|
||||
|
Loading…
Reference in New Issue
Block a user