Commit f55a92ca authored by duanruiming's avatar duanruiming

[update] 演示环境-运行检测提交

parent 03abf7c1
......@@ -441,7 +441,7 @@ public class TrendServiceImpl implements TrendService {
public List<GreenwaveRunMonitorVO> greenwaveRunMonitor(GreenwaveIdBO greenwaveIdBO) {
List<GreenwaveRunMonitorVO> res = new ArrayList<>();
//Date nowTime = new Date();
Date nowTime = new Date(1705453200000L);
Date nowTime = new Date(1700262000000L);
List<GreenwaveHistPOExt> extList = greenwaveHistMapper.selectRunMonitor(nowTime);
for (GreenwaveHistPOExt greenwaveHistPOExt : extList) {
GreenwaveRunMonitorVO greenWaveRunMonitorVO = new GreenwaveRunMonitorVO();
......
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