|
|
@ -1250,6 +1250,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
if(config.containsKey(rateKey)){
|
|
|
|
if(config.containsKey(rateKey)){
|
|
|
|
if(org.containsKey(rateValueKey)){
|
|
|
|
if(org.containsKey(rateValueKey)){
|
|
|
|
if(config.getBigDecimal(rateKey).compareTo(org.getBigDecimal(rateValueKey)) < 0){
|
|
|
|
if(config.getBigDecimal(rateKey).compareTo(org.getBigDecimal(rateValueKey)) < 0){
|
|
|
|
|
|
|
|
|
|
|
|
throw new ForbiddenException("费率参数小于旗下商户最低"+channel+"费率,请重新输入");
|
|
|
|
throw new ForbiddenException("费率参数小于旗下商户最低"+channel+"费率,请重新输入");
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|