|
@@ -84,7 +84,7 @@ public class BaseAppInfoServiceImpl extends AbstractCrudService<BaseAppInfoMappe
|
|
|
map.put("deviceId",baseAppInfo.getDeviceId());
|
|
|
map.put("userName",baseAppInfo.getUserName());
|
|
|
map.put("createTime",baseAppInfo.getCreateTime());
|
|
|
- rabbitTemplate.convertAndSend(rabbitMQConfig.infoFEventExchange,"",JSONObject.toJSONString(map));
|
|
|
+ rabbitTemplate.convertAndSend(rabbitMQConfig.patrolFInfoExchange,"",JSONObject.toJSONString(map));
|
|
|
|
|
|
this.save(baseAppInfo);
|
|
|
if (pushFlag.equals(1)){
|