根据产品带出手续费类型的默认值
This commit is contained in:
parent
5b1b022d0e
commit
ec3c7b35bc
@ -93,6 +93,13 @@ public class ProductConditionService {
|
||||
doTemp.setColumnAttribute("CAUTION_MONEY_METHOD","sortno",oder+doTemp.getColumnAttribute("CAUTION_MONEY_METHOD", "sortno"));
|
||||
}
|
||||
}
|
||||
//根据产品,带出手续费分摊方式
|
||||
if(col.equals("HANDLING_CHARGE_MONEY")) {
|
||||
String oneOrMore = map.get(col).get("oneOrMore");
|
||||
//System.err.println(oneOrMore);
|
||||
doTemp.setDefaultValue("HANDLING_CHARGE_MONEY_TYPE", oneOrMore == null ? "" : oneOrMore);
|
||||
}
|
||||
|
||||
|
||||
String groupId = doTemp.getColumnAttribute(col, "groupid");
|
||||
if("0070".equals(groupId)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user