Commit 7fb66083 by 陶光胜

取数平台调整

parent a95d4200
...@@ -92,7 +92,7 @@ public class CsvResultSetHelper implements ResultSetHelper { ...@@ -92,7 +92,7 @@ public class CsvResultSetHelper implements ResultSetHelper {
} }
// 数据处理 // 数据处理
if (doDesensi) { // 如果需要脱敏处理 if (doDesensi) { // 如果需要脱敏处理
if(FreeQueryServiceImpl.FILETERS_USER_NAME.contains(columnNameOri)){ if(FreeQueryServiceImpl.FILETERS_USER_NAME.contains(columnName)){
result[i] = DecryptUtils.dataSecurityProcessUserName(resultSet.getString(columnName)); result[i] = DecryptUtils.dataSecurityProcessUserName(resultSet.getString(columnName));
} else { } else {
result[i] = "******"; result[i] = "******";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment