|
|
|
@ -767,8 +767,10 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
JSONObject clientConfig = new JSONObject();
|
|
|
|
|
clientConfig.put("client_id", clientId);
|
|
|
|
|
clientConfig.put("client_moniker", client.getString("client_moniker"));
|
|
|
|
|
clientConfig.put("client_pay_type", updateInfo.getString("client_pay_type"));
|
|
|
|
|
clientConfig.put("client_pay_desc", updateInfo.get("client_pay_desc"));
|
|
|
|
|
if (StringUtils.isNotBlank(updateInfo.getString("client_pay_type"))&& StringUtils.isNotBlank(updateInfo.getString("client_pay_desc"))) {
|
|
|
|
|
clientConfig.put("client_pay_type", updateInfo.getString("client_pay_type"));
|
|
|
|
|
clientConfig.put("client_pay_desc", updateInfo.getString("client_pay_desc"));
|
|
|
|
|
}
|
|
|
|
|
clientConfigMapper.update(clientConfig);
|
|
|
|
|
clientInfoCacheSupport.clearClientCache(clientId);
|
|
|
|
|
}
|
|
|
|
|