|
|
|
@ -168,6 +168,7 @@ public class PushTicketPoolServiceImpl implements PushTicketPoolService { |
|
|
|
|
OrderInvoiceInfo orderInvoiceInfo1 = new OrderInvoiceInfo(); |
|
|
|
|
orderInvoiceInfo1.setFpqqlsh(orderProcessInfo.getFpqqlsh()); |
|
|
|
|
OrderInvoiceInfo orderInvoiceInfo = orderInvoiceInfoMapper.selectOrderInvoiceInfo(orderInvoiceInfo1, shList); |
|
|
|
|
|
|
|
|
|
log.info("{}推送接口orderInvoiceInfo数据:{}", LOGGER_MSG, JsonUtils.getInstance().toJsonString(orderInvoiceInfo)); |
|
|
|
|
|
|
|
|
|
//判断推送版本
|
|
|
|
@ -176,6 +177,10 @@ public class PushTicketPoolServiceImpl implements PushTicketPoolService { |
|
|
|
|
|
|
|
|
|
PcfptsBO pcfpts = transPcfpts(orderInfo, ddmxxxList, orderInvoiceInfo); |
|
|
|
|
pcfpts.setCompCode(orderProcessInfo.getGsdm()); |
|
|
|
|
// 报账单号
|
|
|
|
|
pcfpts.setBzdh(orderProcessInfo.getBzdh()); |
|
|
|
|
// 报账人
|
|
|
|
|
pcfpts.setBzr(orderProcessInfo.getYgxm()); |
|
|
|
|
|
|
|
|
|
content = JsonUtils.getInstance().toJsonString(pcfpts); |
|
|
|
|
|
|
|
|
|