Commit 830f72f6 by fudahua

feat:时间格式

parent 185facc0
......@@ -974,7 +974,7 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
}
CellStyle cellStyle = wb.createCellStyle();
DataFormat dataFormat = wb.createDataFormat();
cellStyle.setDataFormat(dataFormat.getFormat("yyyy/MM/dd HH:mm:ss"));
cellStyle.setDataFormat(dataFormat.getFormat("yyyy-MM-dd HH:mm:ss"));
// 遍历输出行
......
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