|
@@ -498,6 +498,7 @@ public class IotServiceImpl extends SuperService {
|
|
|
entity.setProjectCode(iotThing.getProjectCode());
|
|
entity.setProjectCode(iotThing.getProjectCode());
|
|
|
initRealTopic(entity);
|
|
initRealTopic(entity);
|
|
|
}
|
|
}
|
|
|
|
|
+ entity.setAboutDataId(aboutDataId);
|
|
|
iotMainDao.save(entity);
|
|
iotMainDao.save(entity);
|
|
|
iotThingSyncService.asyncIotThing(iotThing);
|
|
iotThingSyncService.asyncIotThing(iotThing);
|
|
|
return ResultContent.buildSuccess();
|
|
return ResultContent.buildSuccess();
|