Commit 6f40d4fb by 陶光胜

取数平台调整

parent 39e5f542
......@@ -176,8 +176,8 @@ public class CsvResultSetHelper implements ResultSetHelper {
if (tmpResult != null && tmpResult.length() > 0) {
//tmpResult = DecryptUtils.getInstance().decrypt(tmpResult);
tmpResult = DecryptUtils.getInstance().decrypt(tmpResult);
} // IF OVER
System.out.println("tmpResult = " + tmpResult);
} // IF OVER
result.add(tmpResult);
} else {
int columnType = resultSet.getMetaData().getColumnType(i + 1);
......
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