分段融,不校验年利率
This commit is contained in:
parent
e37a8b7f74
commit
c2e40bbce5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -193,7 +193,8 @@ public class CreateTransactionExecutor implements Transaction {
|
||||
}
|
||||
|
||||
public void checkYearRate( ConditionBean cb, TabCalBean tcb, BigDecimal yearRate ) throws BusinessException {
|
||||
// if ( "Y".equals( cb.getFlexible() ) ) {
|
||||
if( !"segmented_financing".equals( cb.getSettleMethod() ) ){
|
||||
// if ( "Y".equals( cb.getFlexible() ) ) {
|
||||
// 灵活产品验证年利率区间
|
||||
try {
|
||||
Map<String, Map<String, String>> productRevenues = ProductParamUtil.getProductComponentType( tcb.getProductId(), "PRD0390" );
|
||||
@ -221,8 +222,10 @@ public class CreateTransactionExecutor implements Transaction {
|
||||
e.printStackTrace();
|
||||
throw new BusinessException( e.getMessage() );
|
||||
}
|
||||
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 正常测算
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user