diff --git a/WebContent/Tenwa/Customer/customer_list/cust_info.jsp b/WebContent/Tenwa/Customer/customer_list/cust_info.jsp index f6bfea7e7..cd4eced7d 100644 --- a/WebContent/Tenwa/Customer/customer_list/cust_info.jsp +++ b/WebContent/Tenwa/Customer/customer_list/cust_info.jsp @@ -7,7 +7,6 @@ */ String sPrevUrl = CurPage.getParameter("PrevUrl"); if(sPrevUrl == null) sPrevUrl = "/Tenwa/Customer/customer_list/cust_list.jsp"; - String sTempletNo = "CUST_INFO";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); doTemp.setColTips("", ""); diff --git a/src_core/com/tenwa/voucher/serviceImp/CreateVoucherServiceImpl.java b/src_core/com/tenwa/voucher/serviceImp/CreateVoucherServiceImpl.java index d1141d3c7..c01366b22 100644 --- a/src_core/com/tenwa/voucher/serviceImp/CreateVoucherServiceImpl.java +++ b/src_core/com/tenwa/voucher/serviceImp/CreateVoucherServiceImpl.java @@ -319,6 +319,9 @@ public class CreateVoucherServiceImpl { }else if("PZ2018071100000010".equals(VOUCHERNO)||"PZ2018080300000074".equals(VOUCHERNO)){ subData.put("CUSTID",dataTemp.get("DISTRIBUTOR_ID"));//经销商id subData.put("CUSTNAME",dataTemp.get("DISTRIBUTOR_NAME"));//经销商名称 + }else if("PZ2018081600000120".equals(VOUCHERNO)){ + subData.put("CUSTID","0203440110");//经销商id + subData.put("CUSTNAME","业务系统待查客户");//经销商名称 }else { subData.put("CUSTID",dataTemp.get("CUSTID"));//客商id subData.put("CUSTNAME",dataTemp.get("CUSTNAME"));//客商名称 diff --git a/src_tenwa/com/tenwa/lease/app/ebank/EbankUse.java b/src_tenwa/com/tenwa/lease/app/ebank/EbankUse.java index cc7b9b1e7..8d3e326bc 100644 --- a/src_tenwa/com/tenwa/lease/app/ebank/EbankUse.java +++ b/src_tenwa/com/tenwa/lease/app/ebank/EbankUse.java @@ -102,7 +102,8 @@ public class EbankUse { param.put("FACT_DATE", fact_date); param.put("ACC_NUMBER", ownnumber); param.put("CONTRACT_NUMBER", CONTRACT_NUMBER); - + param.put("VOUCHERNO", voucherNo); + Map map = new HashMap(); map.put("PROJ_TYPE", "02"); map.put("VOUCHER_NO", voucherNo);