|
|
|
@ -2148,6 +2148,11 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
configJson.put("manager_id", manager.getString("manager_id"));
|
|
|
|
|
configJson.put("manager_name", manager.getString("username"));
|
|
|
|
|
configJson.put("update_time", new Date());
|
|
|
|
|
if (StringUtils.equalsIgnoreCase("rpaypmt_card", config.getRateName())) {
|
|
|
|
|
JSONObject extParams = configJson.getJSONObject("ext_rates");
|
|
|
|
|
extParams.put("domestic_rate_value", config.getRateValue());
|
|
|
|
|
configJson.put("ext_rates", extParams.toJSONString());
|
|
|
|
|
}
|
|
|
|
|
clientRateMapper.updateConfig(configJson);
|
|
|
|
|
// if ("Rpay".equals(configJson.getString("rate_name"))) {
|
|
|
|
|
// rpayApi.modifySurchargeConfig(client);
|
|
|
|
|