功能调整
This commit is contained in:
@@ -363,7 +363,7 @@ public class DataServiceImpl implements IDataService {
|
||||
boolean isMoreThan30Minutes = duration.toMinutes() > 30;
|
||||
if (isMoreThan30Minutes) {
|
||||
EachModuleVO.HarmonicVo vo = new EachModuleVO.HarmonicVo();
|
||||
vo.setTime(LocalDateTime.now());
|
||||
vo.setTime(currentTime);
|
||||
vo.setStateDesc(last.getStateDesc());
|
||||
vo.setDataType(0);
|
||||
dataList.add(vo);
|
||||
|
||||
Reference in New Issue
Block a user