Commit 352b7702 authored by chenzhao's avatar chenzhao

资料上传

parent 47d1ed83
......@@ -654,9 +654,11 @@ public class CommonServiceImpl {
} catch (IOException e) {
e.printStackTrace();
}
current = current + 15 ;
redisUtils.set(redisKey, MapBuilder.<String, Object>create()
.put("value", current).build());
if (!redisKey.contains(",")){
currentBili = currentBili + 15 ;
redisUtils.set(redisKey, MapBuilder.<String, Object>create()
.put("value", currentBili).build());
}
List<HygfRectificationOrder> areaOrdersCon =new ArrayList<>();
if (ObjectUtils.isNotEmpty(returnDto.getHygfOnGrid())) {
areaOrdersCon = Optional.ofNullable(returnDto.getPowerStationConstructionData().getAreaOrders())
......
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