diff --git a/dxhy-erp/src/main/java/com/dxhy/erp/controller/SDNYMainProcessController.java b/dxhy-erp/src/main/java/com/dxhy/erp/controller/SDNYMainProcessController.java index 029144a6..ef761be8 100644 --- a/dxhy-erp/src/main/java/com/dxhy/erp/controller/SDNYMainProcessController.java +++ b/dxhy-erp/src/main/java/com/dxhy/erp/controller/SDNYMainProcessController.java @@ -919,6 +919,7 @@ public class SDNYMainProcessController extends AbstractController { checkInvoice.put("invoiceCode", invoiceCode); checkInvoice.put("invoiceNumber", checkInvoice.get("invoiceNo").toString()); } + //全电纸专发票类型185返回给影像01 if ("185".equals(checkInvoice.getString("invoiceType"))){ checkInvoice.put("invoiceType","01"); } @@ -1863,6 +1864,7 @@ public class SDNYMainProcessController extends AbstractController { if (snInvoice.getAmountTax() == null && ("17".equals(info.getZFPLX()) || "18".equals(info.getZFPLX()))) { info.setZJSHJ(snInvoice.getTotalAmount()); } + //添加二手车返回价税合计 if (SNFplxEnum.ESC.getFplxDm().equals(info.getZFPLX())){ info.setZJSHJ(snInvoice.getTotalAmount()); }