Commit 66121c15 authored by hezhuozhi's avatar hezhuozhi

bug 26915【特设大屏】安全追溯>隐患列表(近30天),列表未查询到数据

parent 0eaf9b9d
......@@ -689,7 +689,7 @@ public class AQZSDPStatisticsServiceImpl {
if (orgCode == null) {
return new ArrayList<>(0);
}
String time = LocalDate.now().minusDays(29).format(DateTimeFormatter.ofPattern("yyyy-MM-dd"));
String time = LocalDate.now().minusDays(30).format(DateTimeFormatter.ofPattern("yyyy-MM-dd"));
return statisticsMapper.issueMonthList(orgCode, time);
}
......
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