|
@@ -61,7 +61,9 @@ public class WorkServiceImpl extends IBaseStrServiceImpl<WorkEntity, String> imp
|
|
|
entity.setPassword(sceneQueueDTO.getPwd());
|
|
|
entity.setIsPassword(1);
|
|
|
}
|
|
|
- this.save(entity);
|
|
|
+ entity.setCreateTime(sceneQueueDTO.getCreaterTime());
|
|
|
+ entity.setUpdateTime(sceneQueueDTO.getCreaterTime());
|
|
|
+ this.save2(entity);
|
|
|
String id = entity.getId();
|
|
|
log.info("创建对象完成: {}", id);
|
|
|
|