|
|
|
@ -561,6 +561,8 @@ public class SDNYMainProcessController extends AbstractController { |
|
|
|
|
checkInvoice.put("totalTax", checkInvoice.getString("taxAmount")); |
|
|
|
|
checkInvoice.put("amountTax", checkInvoice.getString("totalAmount")); |
|
|
|
|
checkInvoice.put("totalAmount", checkInvoice.getString("invoiceAmount")); |
|
|
|
|
// 增加备注字段
|
|
|
|
|
checkInvoice.put("remarks", checkInvoice.getString("remark")); |
|
|
|
|
//添加非空判断
|
|
|
|
|
String invoiceCode = null; |
|
|
|
|
if (checkInvoice.get("invoiceCode") != null) { |
|
|
|
|