|
|
|
@ -538,6 +538,8 @@ public class SDNYMainProcessController extends AbstractController { |
|
|
|
|
info.setZDJZH(snInvoice.getCertificateNo()); |
|
|
|
|
info.setZGFMC(snInvoice.getPurchaserName()); |
|
|
|
|
info.setSORT(snInvoice.getSort()); |
|
|
|
|
//机打代码
|
|
|
|
|
info.setZJDDM(snInvoice.getMachineCode()); |
|
|
|
|
if (snInvoice.getTotalAmount() != null) { |
|
|
|
|
BigDecimal total = new BigDecimal(snInvoice.getTotalAmount()); |
|
|
|
|
// BigDecimal tax = new BigDecimal(snInvoice.getTotalTax());
|
|
|
|
|