From fccae3de339f3f0d50477c87d84161812d37f26f Mon Sep 17 00:00:00 2001 From: tangft <32189@windows10.microdone.cn> Date: Thu, 22 Jul 2021 11:02:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=B7=E7=A7=9F=E5=90=8E=EF=BC=8C=E6=89=A3?= =?UTF-8?q?=E6=AC=BE=E5=8D=A1=E4=BF=A1=E6=81=AF=E5=8F=98=E6=9B=B4=E6=B7=B1?= =?UTF-8?q?=E5=9C=B3=E4=B8=BB=E4=BD=93=E7=9A=84=E6=89=A3=E6=AC=BE=E6=B8=A0?= =?UTF-8?q?=E9=81=93=E7=BB=9F=E4=B8=80=E4=B8=BA=E5=B9=BF=E5=B7=9E=E9=93=B6?= =?UTF-8?q?=E8=81=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LBDebitCard/AccountChangeFlowDebitCardInfo.jsp | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/AccountChangeFlowDebitCardInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/AccountChangeFlowDebitCardInfo.jsp index 0a86b1829..f90dcb7aa 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/AccountChangeFlowDebitCardInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/AccountChangeFlowDebitCardInfo.jsp @@ -157,7 +157,11 @@ setItemValue(0,0,'bank_code',res[0]); setItemValue(0,0,'bank_type',res[1]); setItemValue(0,0,"bank_name",res[1]); - setItemValue(0,0,"collect_type",res[2]); + if("<%=subjectId%>"=="aa740e4111c111eaaa0000163e0e11e6"){//深圳主体都是广州银联 + setItemValue(0,0,"collect_type","YLcollect"); + }else{ + setItemValue(0,0,"collect_type",res[2]); + } bool = false; } @@ -181,7 +185,11 @@ setItemValue(0,0,'bank_code',sReturn[0]); setItemValue(0,0,'bank_type',sReturn[1]); setItemValue(0,0,"bank_name",sReturn[1]); - setItemValue(0,0,"collect_type",sReturn[2]); + if("<%=subjectId%>"=="aa740e4111c111eaaa0000163e0e11e6"){//深圳主体都是广州银联 + setItemValue(0,0,"collect_type","YLcollect"); + }else{ + setItemValue(0,0,"collect_type",sReturn[2]); + } },"选择银行名称"); }