From e81efc7f93f85a757080124e9559e4d9acb22dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E8=8D=A3=E7=90=B3?= Date: Sat, 11 Nov 2023 17:01:06 +0800 Subject: [PATCH] =?UTF-8?q?feature:=E6=9C=BA=E5=8A=A8=E8=BD=A6=E5=BC=80?= =?UTF-8?q?=E7=A5=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../openapi/service/impl/FangGeInterfaceServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/order-management-consumer/src/main/java/com/dxhy/order/consumer/openapi/service/impl/FangGeInterfaceServiceImpl.java b/order-management-consumer/src/main/java/com/dxhy/order/consumer/openapi/service/impl/FangGeInterfaceServiceImpl.java index 1cdc5372..ca39e845 100644 --- a/order-management-consumer/src/main/java/com/dxhy/order/consumer/openapi/service/impl/FangGeInterfaceServiceImpl.java +++ b/order-management-consumer/src/main/java/com/dxhy/order/consumer/openapi/service/impl/FangGeInterfaceServiceImpl.java @@ -284,7 +284,7 @@ public class FangGeInterfaceServiceImpl implements FangGeInterfaceService { * 数据组装 * 订单状态 0 未开具 1 开具成功 2 开具失败 */ - if (orderInfo.getYfpKprq()==null){ + if (orderInfo.getYfpKprq()==null&&ConfigureConstant.STRING_1.equals(orderInfo.getKplx())){ //根据发票请求流水号和原代码号码取查询原发票的开票日期 OrderInvoiceInfo orderInvoiceInfo1 = new OrderInvoiceInfo(); orderInvoiceInfo1.setFpdm(orderInfo.getYfpDm());