Commit 82a29932 authored by duanruiming's avatar duanruiming

[update] 优化包

parent 60af90c9
...@@ -27,7 +27,6 @@ import net.wanji.datacenter.pojo.po.PhaseEmptyResult; ...@@ -27,7 +27,6 @@ import net.wanji.datacenter.pojo.po.PhaseEmptyResult;
import net.wanji.datacenter.service.DataProcessService; import net.wanji.datacenter.service.DataProcessService;
import net.wanji.datacenter.util.RedisUtils; import net.wanji.datacenter.util.RedisUtils;
import org.apache.commons.lang.StringUtils; import org.apache.commons.lang.StringUtils;
import org.jetbrains.annotations.NotNull;
import org.springframework.beans.BeanUtils; import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
...@@ -529,7 +528,6 @@ public class LanePeriodicDataProcessServiceImpl implements DataProcessService { ...@@ -529,7 +528,6 @@ public class LanePeriodicDataProcessServiceImpl implements DataProcessService {
return insertCrossDirDataRealtimePOS; return insertCrossDirDataRealtimePOS;
} }
@NotNull
private static Double getDirSaturation(String crossId, Integer dir, double flow) { private static Double getDirSaturation(String crossId, Integer dir, double flow) {
Double dirSaturation = 0.0; Double dirSaturation = 0.0;
Map<String, Integer> crossWeekMaxFlowMap = CrossDirWeekMaxFlowCache.crossDirWeekMaxFlowMap; Map<String, Integer> crossWeekMaxFlowMap = CrossDirWeekMaxFlowCache.crossDirWeekMaxFlowMap;
......
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