From a6c53f04d02c5470c68ccdc5e359bbf9c5aa54d4 Mon Sep 17 00:00:00 2001 From: WangQi <1021674882@qq.com> Date: Wed, 17 May 2023 16:54:22 +0800 Subject: [PATCH] task:4173 --- .../service/impl/AllocateInvoiceInterfaceServiceImplV3.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/order-management-consumer/src/main/java/com/dxhy/order/consumer/openapi/service/impl/AllocateInvoiceInterfaceServiceImplV3.java b/order-management-consumer/src/main/java/com/dxhy/order/consumer/openapi/service/impl/AllocateInvoiceInterfaceServiceImplV3.java index 1afbe2d6..75c5f927 100644 --- a/order-management-consumer/src/main/java/com/dxhy/order/consumer/openapi/service/impl/AllocateInvoiceInterfaceServiceImplV3.java +++ b/order-management-consumer/src/main/java/com/dxhy/order/consumer/openapi/service/impl/AllocateInvoiceInterfaceServiceImplV3.java @@ -6,6 +6,7 @@ import cn.hutool.core.collection.CollectionUtil; import cn.hutool.core.date.DateUnit; import cn.hutool.core.date.DateUtil; import cn.hutool.core.util.ObjectUtil; +import com.alibaba.fastjson.JSONObject; import com.dxhy.base.constant.OrderSeparationException; import com.dxhy.base.constant.TaxSeparateConfig; import com.dxhy.base.utils.PriceTaxSeparationUtilNew; @@ -887,6 +888,7 @@ public class AllocateInvoiceInterfaceServiceImplV3 implements AllocateInvoiceInt // 拼接公司代码备注信息 insertOrder.stream().forEach(item->{ if (groupManagementService.checkInvoiceRemarksFlag(item.getXhfNsrsbh(), item.getGhfId())) { + log.info("ddpcxxReq:{}", JSONObject.toJSONString(ddpcxxReq)); item.setBz(item.getBz()+";销方公司代码:"+ddpcxxReq.getDDZXX().get(0).getDDTXX().getXHFBM()+",销方公司名称:"+item.getXhfMc()+";"); } });