Commit 2a282ee4 by 陶光胜

取数平台调整

parent 16089daf
......@@ -64,6 +64,7 @@ public class CsvResultSetHelper implements ResultSetHelper {
result = new String[columnCount];
for (int i=0; i<columnCount; i++) {
String columnName = resultSet.getMetaData().getColumnLabel(i + 1);
System.out.println("columnName = " + columnName);
// 数据处理判断
boolean doDesensi = false; // 是否进行脱敏
boolean doDecrypt = false; // 是否进行解密
......
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