Commit efc6d1bd by fudahua

feat:时间格式

parent 4d3b1f27
......@@ -968,6 +968,7 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
Cell cell;
// String[] columnNames = helper.getColumnNames(rs);
List<Pair<String,Integer>> columnMate = getColumnMate(rs);
logger.info("类型:{}",JSONObject.toJSONString(columnMate));
for(int j =0; j<columnMate.size(); j++){
cell = row.createCell(j);
cell.setCellValue(columnMate.get(j).getKey());
......
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