Commit 352b7702 authored by chenzhao's avatar chenzhao

资料上传

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