diff --git a/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/LCFundPaymentTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/LCFundPaymentTempInfo.jsp index 557129314..2e6e5bd13 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/LCFundPaymentTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/LCFundPaymentTempInfo.jsp @@ -32,7 +32,7 @@ $(function(){ function lendingType(){ var lendingType = getItemValue(0, 0, "LENDING_TYPE"); if(lendingType==null||lendingType==""){ - setItemValue(0, 0, "LENDING_TYPE", "AFTER"); + setItemValue(0, 0, "LENDING_TYPE", "FIRST"); } }