|
|
|
@ -3414,7 +3414,9 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
throw new InvalidShortIdException();
|
|
|
|
|
}
|
|
|
|
|
JSONObject sourceFile = clientFilesMapper.getSourceAgreeFilesByClientId(client.getIntValue("client_id"));
|
|
|
|
|
sourceFile.put(sourceFile.getString("file_name"), sourceFile.getString("file_value"));
|
|
|
|
|
if (sourceFile != null) {
|
|
|
|
|
sourceFile.put(sourceFile.getString("file_name"), sourceFile.getString("file_value"));
|
|
|
|
|
}
|
|
|
|
|
return sourceFile;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|