|
|
|
@ -895,7 +895,6 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
updateInfo.put("client_id", clientId);
|
|
|
|
|
|
|
|
|
|
JSONObject representativeInfo = new JSONObject();
|
|
|
|
|
representativeInfo.put("client_id", clientId);
|
|
|
|
|
representativeInfo.put("representative_person", info.getRepresentativePerson());
|
|
|
|
@ -923,6 +922,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
if (info.isEnableCardPayment()) {
|
|
|
|
|
JSONObject upay = sysClientUpayProfileMapper.findInfo(clientId);
|
|
|
|
|
if (upay == null) {
|
|
|
|
|
updateInfo.put("client_moniker", clientMoniker);
|
|
|
|
|
sysClientUpayProfileMapper.save(updateInfo);
|
|
|
|
|
}else {
|
|
|
|
|
upay.putAll(updateInfo);
|
|
|
|
|