|
|
@ -3702,6 +3702,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
}
|
|
|
|
}
|
|
|
|
int clientId = client.getIntValue("client_id");
|
|
|
|
int clientId = client.getIntValue("client_id");
|
|
|
|
params.put("client_id", client.getIntValue("client_id"));
|
|
|
|
params.put("client_id", client.getIntValue("client_id"));
|
|
|
|
|
|
|
|
params.put("client_moniker", client.getString("client_moniker"));
|
|
|
|
JSONObject upayInfo = sysClientUpayProfileMapper.findInfo(clientId);
|
|
|
|
JSONObject upayInfo = sysClientUpayProfileMapper.findInfo(clientId);
|
|
|
|
if (upayInfo == null) {
|
|
|
|
if (upayInfo == null) {
|
|
|
|
sysClientUpayProfileMapper.save(params);
|
|
|
|
sysClientUpayProfileMapper.save(params);
|
|
|
|