|
@@ -45,7 +45,8 @@ public class PayBillToolUtil {
|
|
|
|
|
|
//EAS付款单据号
|
|
|
String bbh = info.get("nckd_bbh") + "";//版本号
|
|
|
- data.put("ERP_INS_ID", info.getPkValue() + "-" + bbh);
|
|
|
+ data.put("ERP_INS_ID", info.getPkValue() + "");
|
|
|
+
|
|
|
//EAS付款单据号
|
|
|
data.put("ERP_PAYNO", info.get("billno") + "-" + bbh);
|
|
|
|
|
@@ -261,7 +262,8 @@ public class PayBillToolUtil {
|
|
|
|
|
|
|
|
|
String bbh = info.get("nckd_bbh") + "";//版本号
|
|
|
- data.put("ERP_INS_ID", info.getPkValue() + "-" + bbh);
|
|
|
+ data.put("ERP_INS_ID", info.getPkValue() + "");
|
|
|
+
|
|
|
//EAS付款单据号
|
|
|
data.put("ERP_PAYNO", info.get("billno") + "-" + bbh);
|
|
|
|