|
|
|
@ -2403,6 +2403,13 @@ public class OrderInfoServiceImpl implements OrderInfoService { |
|
|
|
|
commonTsMqData.setFpTsMqData(fpTsMqData); |
|
|
|
|
rabbitMqSendMessageService.autoSendRabbitMqMessageForBusiness(NsrQueueEnum.PUSH_MESSAGE.getValue(), JsonUtils.getInstance().toJsonString(commonTsMqData)); |
|
|
|
|
log.info("{}替换报账单号发票推送成功,推送信息:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(commonTsMqData)); |
|
|
|
|
int countProcess = orderProcessInfoMapper.updateByProcessId("5",yOrderInfo.getProcessId()); |
|
|
|
|
if (countProcess > 0){ |
|
|
|
|
log.info("{}替换报账单号接口,更新处理状态开票成功,更新成功", LOGGER_MSG); |
|
|
|
|
}else { |
|
|
|
|
log.error("{}替换报账单号接口,更新处理状态开票成功,更新失败", LOGGER_MSG); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
return R.ok("替换成功"); |
|
|
|
|
} else { |
|
|
|
|