AI分析中心服务 更新配置文件
This commit is contained in:
@@ -35,8 +35,8 @@ import java.util.stream.Collectors;
|
||||
@Service
|
||||
public class MqMessageRecordServiceImpl extends ServiceImpl<MqMessageRecordMapper, MqMessageRecord> implements MqMessageRecordService {
|
||||
|
||||
@Autowired
|
||||
private AmqpTemplate rabbitTemplate;
|
||||
// @Autowired
|
||||
// private AmqpTemplate rabbitTemplate;
|
||||
|
||||
@Autowired
|
||||
private DataMaskingRuleService dataMaskingRuleService;
|
||||
@@ -462,7 +462,7 @@ public class MqMessageRecordServiceImpl extends ServiceImpl<MqMessageRecordMappe
|
||||
rabbitMqToData.setSubSinceType(SubSinceTypeEnum.SINCETYPE53.getCode());
|
||||
rabbitMqToData.setData(curDiffDefeatCallback);
|
||||
String callbackInput = JSONObject.toJSONString(rabbitMqToData);
|
||||
rabbitTemplate.convertAndSend(Constant.rabbitToFormQueue, callbackInput);
|
||||
// rabbitTemplate.convertAndSend(Constant.rabbitToFormQueue, callbackInput);
|
||||
log.info("发送回调MQ完成: {}", callbackInput);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user