修改品类信息

master
Jiang Peng 2024-03-03 19:28:08 +08:00
parent 9e72e8a3cb
commit c2c1270241
2 changed files with 2 additions and 4 deletions

View File

@ -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();
}