|
@@ -1270,7 +1270,7 @@ public class WorkServiceImpl extends ServiceImpl<WorkMapper, WorkEntity> impleme
|
|
|
Date date = new Date();
|
|
|
entity.setCreateTime(date);
|
|
|
entity.setUpdateTime(date);
|
|
|
- entity.setName("无标题");
|
|
|
+ entity.setName("");
|
|
|
entity.setIcon(workAddDto.getSceneDTOList().get(0).getIcon());
|
|
|
String id = entity.getId();
|
|
|
log.info("创建对象完成: {}", id);
|