二手车提交:传sap报文添加ZJSHJ取值totalAmount

release
路明慧 2 years ago
parent 9558bd0350
commit 9ef6244cd0
  1. 4
      dxhy-erp/src/main/java/com/dxhy/erp/controller/SDNYMainProcessController.java

@ -1861,7 +1861,9 @@ public class SDNYMainProcessController extends AbstractController {
info.setZJSHJ(snInvoice.getAmountTax());
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());
}
info.setZCYRMC(snInvoice.getCarrierName());
info.setZJGDM(snInvoice.getTaxAuthorityNo());

Loading…
Cancel
Save