|
|
|
@ -245,6 +245,8 @@ 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"); |
|
|
|
|
checkInvoice.put("tollSign", "07"); |
|
|
|
|
String taxRate = ""; |
|
|
|
|
|
|
|
|
|
List<Map<String, String>> returnDetailList = new ArrayList<>(); |
|
|
|
|