|
|
@@ -393,20 +393,6 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
log.error("平面图推送失败,num:{}", num, e);
|
|
|
}
|
|
|
|
|
|
- if(!oldVersion.equals(newVersion)){
|
|
|
- Map<String, Object> map = new HashMap<>();
|
|
|
- try {
|
|
|
- map.put("event_type", "三维实景更新");
|
|
|
- map.put("event_content", "三维实景更新");
|
|
|
- map.put("scene_num", num);
|
|
|
- map.put("event_time", new Date());
|
|
|
- map.put("ryid", scenePlusService.getRyIdByNum(num));
|
|
|
- mqProducer.sendByWorkQueue("jmga-event-notice", param);
|
|
|
- }catch (Exception ex){
|
|
|
- log.info("推送事件失败,param:{}", param);
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
return ResultData.ok();
|
|
|
}
|
|
|
|