master
yuan 7 years ago
parent 314b56cfbf
commit 59683281f2

@ -1241,6 +1241,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
if(configJson.getString("rate_name").equals(rateName)){
if(org.containsKey(rateValueKey)){
if(configJson.getDouble("rate_value").compareTo(org.getDouble(rateValueKey)) < 0){
throw new ForbiddenException("费率参数小于旗下商户最低"+rateName+"费率,请重新输入");
};
}

Loading…
Cancel
Save