|
|
|
@ -918,6 +918,9 @@ public class SDNYMainProcessController extends AbstractController { |
|
|
|
|
checkInvoice.put("invoiceCode", invoiceCode); |
|
|
|
|
checkInvoice.put("invoiceNumber", checkInvoice.get("invoiceNo").toString()); |
|
|
|
|
} |
|
|
|
|
if ("185".equals(checkInvoice.getString("invoiceType"))){ |
|
|
|
|
checkInvoice.put("invoiceType","01"); |
|
|
|
|
} |
|
|
|
|
String uuid = ""; |
|
|
|
|
if (invoiceCode != null && StringUtils.isNoneBlank(invoiceCode)) { |
|
|
|
|
uuid = invoiceCode + checkInvoice.get("invoiceNo").toString(); |
|
|
|
@ -1058,6 +1061,7 @@ public class SDNYMainProcessController extends AbstractController { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
checkInvoice.put("invoiceType", invoiceType); |
|
|
|
|
|
|
|
|
|
checkInvoice.put("administrativeDivisionNo", ""); |
|
|
|
|
checkInvoice.put("administrativeDivisionName", ""); |
|
|
|
|
|
|
|
|
@ -1068,6 +1072,9 @@ public class SDNYMainProcessController extends AbstractController { |
|
|
|
|
checkInvoice.put("invoiceCode", invoiceCode); |
|
|
|
|
checkInvoice.put("invoiceNumber", checkInvoice.get("invoiceNo").toString()); |
|
|
|
|
} |
|
|
|
|
if("185".equals(checkInvoice.getString("invoiceType"))){ |
|
|
|
|
checkInvoice.put("invoiceType", "01"); |
|
|
|
|
} |
|
|
|
|
String uuid = ""; |
|
|
|
|
if (invoiceCode != null && StringUtils.isNoneBlank(invoiceCode)) { |
|
|
|
|
uuid = invoiceCode + checkInvoice.get("invoiceNo").toString(); |
|
|
|
|