add 三级商户子商户相互退款

master
luoyang 5 years ago
parent eb08f3193f
commit b9d1040df0

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

Loading…
Cancel
Save