|
|
|
@ -984,7 +984,7 @@ public class PushInvoiceServiceImpl implements PushInvoiceService { |
|
|
|
|
if (OrderInfoEnum.INTERFACE_TYPE_INVOICE_PUSH_STATUS_1.getKey().equals(commonTsMqData.getPushType())) { |
|
|
|
|
//开票推送相关业务处理
|
|
|
|
|
FpTsMqData fpTsMqData = commonTsMqData.getFpTsMqData(); |
|
|
|
|
updatePushErrorMsgToDb(fpTsMqData.getFpqqlsh(), msg, shList); |
|
|
|
|
updatePushErrorMsgToDb(fpTsMqData.getPushBackLsh(), msg, shList); |
|
|
|
|
} else if (OrderInfoEnum.INTERFACE_TYPE_INVOICE_PUSH_STATUS_2.getKey().equals(commonTsMqData.getPushType())) { |
|
|
|
|
//作废推送相关业务处理
|
|
|
|
|
ZfTsMqData zfTsMqData = commonTsMqData.getZfTsMqData(); |
|
|
|
@ -1487,9 +1487,10 @@ public class PushInvoiceServiceImpl implements PushInvoiceService { |
|
|
|
|
} |
|
|
|
|
orderProcessInfoList.addAll(orderProcessInfos); |
|
|
|
|
String fpqqlsh = orderProcessInfos.stream().map(t -> t.getFpqqlsh()).collect(Collectors.joining(",")); |
|
|
|
|
fpTsMqData.setFpqqlsh(fpqqlsh); |
|
|
|
|
fpTsMqData.setPushBackLsh(fpqqlsh); |
|
|
|
|
log.info("山能易行发票回推重置流水号{}",fpqqlsh); |
|
|
|
|
}else{ |
|
|
|
|
fpTsMqData.setPushBackLsh(orderProcessInfo.getFpqqlsh()); |
|
|
|
|
orderProcessInfoList.add(orderProcessInfo); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|