safedb 디버깅
This commit is contained in:
@@ -93,7 +93,7 @@ public class SafeDBWrapper extends SafeDBBroker {
|
||||
// new Class<?>[]{String.class, String.class, String.class, String.class},
|
||||
// new Object[]{userId, table, column, data});
|
||||
log.debug("[SafeDBWrapper] real / userId : {}, table : {}, column : {}, data : {}", userId, table, column, data);
|
||||
return safedb.encrypt(userId, table, column, data);
|
||||
return safedb.encrypt(userId, table, column, data.getBytes());
|
||||
} catch (Exception e) {
|
||||
throw new SafeDBWrapperSdkException("[SafeDBWrapper] Encrypt error: " + e.getMessage(), e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user