|
|
|
@ -779,7 +779,18 @@ public class SDNYMainProcessController extends AbstractController { |
|
|
|
|
checkInvoice.put("salesAddressPhone", checkInvoice.get("gfAddressAndPhone")); |
|
|
|
|
checkInvoice.put("salesBank", checkInvoice.get("gfBankAndNo")); |
|
|
|
|
checkInvoice.put("checkCode", checkInvoice.get("checkCode")); |
|
|
|
|
checkInvoice.put("state", "0"); |
|
|
|
|
if("1".equals(checkInvoice.get("invoiceStatus"))){ |
|
|
|
|
checkInvoice.put("state", "3"); |
|
|
|
|
}else if("2".equals(checkInvoice.get("invoiceStatus"))){ |
|
|
|
|
checkInvoice.put("state", "1"); |
|
|
|
|
}else if("3".equals(checkInvoice.get("invoiceStatus")) || "7".equals(checkInvoice.get("invoiceStatus")) || "8".equals(checkInvoice.get("invoiceStatus"))){ |
|
|
|
|
checkInvoice.put("state", "2"); |
|
|
|
|
}else if("4".equals(checkInvoice.get("invoiceStatus"))){ |
|
|
|
|
checkInvoice.put("state", "4"); |
|
|
|
|
}else if("0".equals(checkInvoice.get("invoiceStatus"))){ |
|
|
|
|
checkInvoice.put("state", "0"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
checkInvoice.put("tollSign", "07"); |
|
|
|
|
//机动车
|
|
|
|
|
if ("03".equals(invoiceType)) { |
|
|
|
|