Commit 3b91432a authored by 董建华's avatar 董建华

修改创建时间

parent 04619887
...@@ -78,6 +78,8 @@ public class QueryStatisticsServiceImpl implements QueryStatisticsService { ...@@ -78,6 +78,8 @@ public class QueryStatisticsServiceImpl implements QueryStatisticsService {
byReportTime.forEach(q -> { byReportTime.forEach(q -> {
if (o.getCorporation() == q.getCorporation()) { if (o.getCorporation() == q.getCorporation()) {
o.setId(q.getId()); o.setId(q.getId());
o.setCreatedAt(q.getCreatedAt());
o.setUpdatedAt(q.getUpdatedAt());
} }
}); });
......
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