|
|
|
@ -1600,7 +1600,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
configNewClientRate(config, clientId, "hf", "hf_rate_value", org, "min_hf_rate");
|
|
|
|
|
configNewClientRate(config, clientId, "Rpay", "Rpay_rate_value", org, "min_Rpay_rate");
|
|
|
|
|
//todo 暂不更新Rpay+ 费率信息
|
|
|
|
|
// rpayApi.modifySurchargeConfig(client);
|
|
|
|
|
rpayApi.modifySurchargeConfig(client);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -1644,9 +1644,9 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
configJson.put("manager_name", manager.getString("username"));
|
|
|
|
|
configJson.put("update_time", new Date());
|
|
|
|
|
clientRateMapper.updateConfig(configJson);
|
|
|
|
|
// if ("Rpay".equals(configJson.getString("rate_name"))) {
|
|
|
|
|
// rpayApi.modifySurchargeConfig(client);
|
|
|
|
|
// }
|
|
|
|
|
if ("Rpay".equals(configJson.getString("rate_name"))) {
|
|
|
|
|
rpayApi.modifySurchargeConfig(client);
|
|
|
|
|
}
|
|
|
|
|
int clientId = client.getIntValue("client_id");
|
|
|
|
|
JSONObject changeRate = merchantInfoProvider.clientCurrentRate(clientId, new Date(), "Wechat");
|
|
|
|
|
int cleanDays = changeRate.getIntValue("clean_days");
|
|
|
|
@ -4018,7 +4018,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
record.put("remark", "费率到期系统自动延期1年");
|
|
|
|
|
clientRateMapper.saveRate(record);
|
|
|
|
|
if ("Rpay".equals(o.getString("rate_name"))) {
|
|
|
|
|
//rpayApi.modifySurchargeConfig(clientMapper.findClient(client_id));
|
|
|
|
|
rpayApi.modifySurchargeConfig(clientMapper.findClient(client_id));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
clientModifySupport.processClientConfigModify(new SwitchPermissionModify(null, client.getString("client_moniker"), "tax_in_surcharge", false));
|
|
|
|
|