根据产品,带出手续费分摊方式
This commit is contained in:
parent
6893cc3efd
commit
8f50e20291
@ -236,6 +236,13 @@ public class ProductConditionService {
|
||||
ProductBaseLoanTools.addAppList(appList, CAUTION_MONEY_METHOD.get("colname").toString(), "sortno", oder+sontno5);
|
||||
}
|
||||
}
|
||||
// 根据产品,带出手续费分摊方式
|
||||
if(col.equals("HANDLING_CHARGE_MONEY")) {
|
||||
String oneOrMore = map.get(col).get("oneOrMore") == null ? "" : map.get(col).get("oneOrMore").toString();
|
||||
//System.err.println(oneOrMore);
|
||||
// doTemp.setDefaultValue("HANDLING_CHARGE_MONEY_TYPE", oneOrMore == null ? "" : oneOrMore);
|
||||
ProductBaseLoanTools.addAppList(appList, "HANDLING_CHARGE_MONEY_TYPE", "coldefaultvalue", oneOrMore);
|
||||
}
|
||||
|
||||
// String groupId = doTemp.getColumnAttribute(col, "groupid");
|
||||
if("0070".equals(groupId)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user