修改品类信息
parent
9e72e8a3cb
commit
c2c1270241
|
@ -83,8 +83,6 @@ public class CategoryInfo extends TreeEntity {
|
|||
.start(categoryInfoSaveReq.getStart())
|
||||
.introduction(categoryInfoSaveReq.getIntroduction())
|
||||
.parentId(categoryInfoSaveReq.getParentId())
|
||||
.createBy(supplier.get())
|
||||
.createTime(new Date())
|
||||
.build();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue