|
|
|
@ -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()); |
|
|
|
|