fix cb_bankpay

master
luoyang 8 years ago
parent 8c77b0d769
commit 6de1259336

@ -483,8 +483,8 @@ public class CityPartnerPrizeServiceImpl implements CityPartnerPrizeService {
String channel = oneChannel.getKey();
if ("hf".equals(oneChannel.getKey().toLowerCase()) || "yeepay".equals(oneChannel.getKey().toLowerCase())) {
channel = "cbbankpay";
if (orgInfo.get("cbbankpay_rate_value") == null) {
channel = "cb_bankpay";
if (orgInfo.get("cb_bankpay_rate_value") == null) {
throw new ServerErrorException(orgInfo.getString("name") + "组织下" + "cbbankpay" + "成本手续费未设置");
}
}else {

Loading…
Cancel
Save