From 42d5bf9ce801ef26305f99707b36dcd4b1e279df Mon Sep 17 00:00:00 2001 From: zhanglei Date: Tue, 12 Sep 2023 17:52:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E6=8E=A7=E4=B8=AD=E5=8F=B0=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5-pboc=E4=BF=AE=E6=94=B9=E6=8B=85=E4=BF=9D=E4=BA=BA?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=8E=9F=E5=9B=A0230912?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/App/calculation/calculationFactPenaltyList.jsp | 4 ++-- src_tenwa/com/tenwa/httpclient/pboc/PbocXmlUtils.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WebContent/Tenwa/Lease/App/calculation/calculationFactPenaltyList.jsp b/WebContent/Tenwa/Lease/App/calculation/calculationFactPenaltyList.jsp index 5e53845c3..bf0719f34 100644 --- a/WebContent/Tenwa/Lease/App/calculation/calculationFactPenaltyList.jsp +++ b/WebContent/Tenwa/Lease/App/calculation/calculationFactPenaltyList.jsp @@ -17,7 +17,7 @@ dwTemp.Style="1"; //--设置为Grid风格-- dwTemp.ReadOnly = "0"; //只读模式 dwTemp.MultiSelect = true; - dwTemp.setPageSize(20); + dwTemp.setPageSize(100); dwTemp.genHTMLObjectWindow(paymentNumber); //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 @@ -26,6 +26,7 @@ {"ReadOnly".equals(rightType)?"false":"true","","Button","计算罚息减免额","计算罚息减免额","createPenaltyAdjust()","","","","btn_icon_add",""} }; %><%@include file="/Frame/resources/include/ui/include_list.jspf"%> +
<%@ include file="/Frame/resources/include/include_end.jspf"%> -
diff --git a/src_tenwa/com/tenwa/httpclient/pboc/PbocXmlUtils.java b/src_tenwa/com/tenwa/httpclient/pboc/PbocXmlUtils.java index dd2c37a6d..93834c6f3 100644 --- a/src_tenwa/com/tenwa/httpclient/pboc/PbocXmlUtils.java +++ b/src_tenwa/com/tenwa/httpclient/pboc/PbocXmlUtils.java @@ -33,8 +33,8 @@ public class PbocXmlUtils { //查询申请类型 01-人工申请(通过前置系统发起的申请) msgBody.put("appType", "01"); - msgBody.put("rptUser", CodeManager.getItemName("pboc_query_strategy", "finDept"));//报告使用人 登录征信查询前置系统的用户账号 - msgBody.put("rptUserdept", CodeManager.getItemName("pboc_query_strategy", "finDept"));//填写部门机构代码 + msgBody.put("rptUser", CodeManager.getItemName("pboc_query_strategy", "rptUser"));//报告使用人 登录征信查询前置系统的用户账号 + msgBody.put("rptUserdept", CodeManager.getItemName("pboc_query_strategy", "rptUserdept"));//填写部门机构代码 // msgBody.put("reqId", applyId); msgBody.put("custName", params.get("fullName"));