Commit defbec5f authored by 陈宏杰's avatar 陈宏杰

HH:mm:ss

parent 17ae39e6
......@@ -96,8 +96,8 @@ public class BaiHangFileReportService {
private void createReportFile(String type, Date startDate, Date endDate) {
Stopwatch stopwatch = Stopwatch.createStarted();
String starTime = DateUtils.formatDate(startDate,"yyyy-MM-dd hh:mm:ss");
String endTime = DateUtils.formatDate(endDate,"yyyy-MM-dd hh:mm:ss");
String starTime = DateUtils.formatDate(startDate,"yyyy-MM-dd HH:mm:ss");
String endTime = DateUtils.formatDate(endDate,"yyyy-MM-dd HH:mm:ss");
log.info("开始生成报送文件{}----- {} -- {}",type,starTime,endTime);
if ("A1".equalsIgnoreCase(type)) {
reportA1(starTime,endTime);
......
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