|
|
|
@ -3230,8 +3230,9 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
throw new InvalidShortIdException();
|
|
|
|
|
}
|
|
|
|
|
checkOrgPermission(manager, client);
|
|
|
|
|
client.put("child_each_refund", childEachRefund);
|
|
|
|
|
clientMapper.update(client);
|
|
|
|
|
JSONObject clientConfig = clientConfigMapper.find(client.getIntValue("client_id"));
|
|
|
|
|
clientConfig.put("child_each_refund", childEachRefund);
|
|
|
|
|
clientConfigMapper.update(clientConfig);
|
|
|
|
|
clientInfoCacheSupport.clearClientCache(client.getIntValue("client_id"));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|