|
|
|
@ -38,6 +38,7 @@ import java.util.*; |
|
|
|
import java.util.concurrent.ExecutionException; |
|
|
|
import java.util.concurrent.Future; |
|
|
|
import java.util.concurrent.TimeUnit; |
|
|
|
import java.util.stream.Collectors; |
|
|
|
|
|
|
|
/** |
|
|
|
* liwenxuan |
|
|
|
@ -281,7 +282,16 @@ private ZypSingleQueryMapper zypSingleQueryMapper; |
|
|
|
case "370910170":*/ |
|
|
|
//恒信高科
|
|
|
|
//查询安全措施
|
|
|
|
ArrayList<Aqcs> dhAqcsList = fxfxdxService.queryDhAqcsByBianhao(pageInfo.getList().get(x).getBianhao()); |
|
|
|
List<Aqcs> dhAqcsList = fxfxdxService.queryDhAqcsByBianhao(pageInfo.getList().get(x).getBianhao()).stream().filter(Objects::nonNull) |
|
|
|
.map(aqcs -> { |
|
|
|
if (null == aqcs.getShifousheji()) { |
|
|
|
aqcs.setShifousheji("N"); |
|
|
|
return aqcs; |
|
|
|
} else { |
|
|
|
return aqcs; |
|
|
|
} |
|
|
|
}) |
|
|
|
.collect(Collectors.toList()); |
|
|
|
//根据安全措施列表便利处理给当前上传对象赋值相关字段
|
|
|
|
for (Aqcs dhAqcs: dhAqcsList) { |
|
|
|
DhAqcsUtil.handle(pageInfo.getList().get(x),dhAqcs); |
|
|
|
@ -434,7 +444,16 @@ private ZypSingleQueryMapper zypSingleQueryMapper; |
|
|
|
case "370910170":*/ |
|
|
|
//恒信高科
|
|
|
|
//查询安全措施
|
|
|
|
ArrayList<Aqcs> aqcsList = fxfxdxService.queryDhAqcsByBianhao(pageInfo.getList().get(x).getBianhao()); |
|
|
|
List<Aqcs> aqcsList = fxfxdxService.queryDhAqcsByBianhao(pageInfo.getList().get(x).getBianhao()).stream().filter(Objects::nonNull) |
|
|
|
.map(aqcs -> { |
|
|
|
if (null == aqcs.getShifousheji()) { |
|
|
|
aqcs.setShifousheji("N"); |
|
|
|
return aqcs; |
|
|
|
} else { |
|
|
|
return aqcs; |
|
|
|
} |
|
|
|
}) |
|
|
|
.collect(Collectors.toList()); |
|
|
|
//根据安全措施列表便利处理给当前上传对象赋值相关字段
|
|
|
|
for (Aqcs aqcs: aqcsList) { |
|
|
|
SxkjzyUtil.handle(pageInfo.getList().get(x),aqcs); |
|
|
|
@ -590,7 +609,16 @@ private ZypSingleQueryMapper zypSingleQueryMapper; |
|
|
|
case "370910170":*/ |
|
|
|
//恒信高科
|
|
|
|
//查询安全措施
|
|
|
|
ArrayList<Aqcs> aqcsList = fxfxdxService.queryDhAqcsByBianhao(pageInfo.getList().get(x).getZuoyepiaobianhao()); |
|
|
|
List<Aqcs> aqcsList = fxfxdxService.queryDhAqcsByBianhao(pageInfo.getList().get(x).getZuoyepiaobianhao()).stream().filter(Objects::nonNull) |
|
|
|
.map(aqcs -> { |
|
|
|
if (null == aqcs.getShifousheji()) { |
|
|
|
aqcs.setShifousheji("N"); |
|
|
|
return aqcs; |
|
|
|
} else { |
|
|
|
return aqcs; |
|
|
|
} |
|
|
|
}) |
|
|
|
.collect(Collectors.toList()); |
|
|
|
//根据安全措施列表便利处理给当前上传对象赋值相关字段
|
|
|
|
for (Aqcs aqcs: aqcsList) { |
|
|
|
MbcdzyUtil.handle(pageInfo.getList().get(x),aqcs); |
|
|
|
@ -750,7 +778,16 @@ private ZypSingleQueryMapper zypSingleQueryMapper; |
|
|
|
case "370910170":*/ |
|
|
|
//恒信高科
|
|
|
|
//查询安全措施
|
|
|
|
ArrayList<Aqcs> aqcsList = fxfxdxService.queryDhAqcsByBianhao(pageInfo.getList().get(x).getBianhao()); |
|
|
|
List<Aqcs> aqcsList = fxfxdxService.queryDhAqcsByBianhao(pageInfo.getList().get(x).getBianhao()).stream().filter(Objects::nonNull) |
|
|
|
.map(aqcs -> { |
|
|
|
if (null == aqcs.getShifousheji()) { |
|
|
|
aqcs.setShifousheji("N"); |
|
|
|
return aqcs; |
|
|
|
} else { |
|
|
|
return aqcs; |
|
|
|
} |
|
|
|
}) |
|
|
|
.collect(Collectors.toList()); |
|
|
|
//根据安全措施列表便利处理给当前上传对象赋值相关字段
|
|
|
|
for (Aqcs aqcs: aqcsList) { |
|
|
|
GczyUtil.handle(pageInfo.getList().get(x),aqcs); |
|
|
|
@ -907,7 +944,16 @@ private ZypSingleQueryMapper zypSingleQueryMapper; |
|
|
|
case "370910170":*/ |
|
|
|
//恒信高科
|
|
|
|
//查询安全措施
|
|
|
|
ArrayList<Aqcs> aqcsList = fxfxdxService.queryDhAqcsByBianhao(pageInfo.getList().get(x).getBianhao()); |
|
|
|
List<Aqcs> aqcsList = fxfxdxService.queryDhAqcsByBianhao(pageInfo.getList().get(x).getBianhao()).stream().filter(Objects::nonNull) |
|
|
|
.map(aqcs -> { |
|
|
|
if (null == aqcs.getShifousheji()) { |
|
|
|
aqcs.setShifousheji("N"); |
|
|
|
return aqcs; |
|
|
|
} else { |
|
|
|
return aqcs; |
|
|
|
} |
|
|
|
}) |
|
|
|
.collect(Collectors.toList()); |
|
|
|
//根据安全措施列表便利处理给当前上传对象赋值相关字段
|
|
|
|
for (Aqcs aqcs: aqcsList) { |
|
|
|
DzaqzyUtil.handle(pageInfo.getList().get(x),aqcs); |
|
|
|
@ -1060,7 +1106,16 @@ private ZypSingleQueryMapper zypSingleQueryMapper; |
|
|
|
//if(shenqingdanwei.equals("山东恒信高科能源有限公司")){
|
|
|
|
//恒信高科
|
|
|
|
//查询安全措施
|
|
|
|
ArrayList<Aqcs> aqcsList = fxfxdxService.queryDhAqcsByBianhao(pageInfo.getList().get(x).getBianhao()); |
|
|
|
List<Aqcs> aqcsList = fxfxdxService.queryDhAqcsByBianhao(pageInfo.getList().get(x).getBianhao()).stream().filter(Objects::nonNull) |
|
|
|
.map(aqcs -> { |
|
|
|
if (null == aqcs.getShifousheji()) { |
|
|
|
aqcs.setShifousheji("N"); |
|
|
|
return aqcs; |
|
|
|
} else { |
|
|
|
return aqcs; |
|
|
|
} |
|
|
|
}) |
|
|
|
.collect(Collectors.toList()); |
|
|
|
//根据安全措施列表便利处理给当前上传对象赋值相关字段
|
|
|
|
for (Aqcs aqcs: aqcsList) { |
|
|
|
LsydzyUtil.handle(pageInfo.getList().get(x),aqcs); |
|
|
|
@ -1213,7 +1268,16 @@ private ZypSingleQueryMapper zypSingleQueryMapper; |
|
|
|
//if(shenqingdanwei.equals("山东恒信高科能源有限公司")){
|
|
|
|
//恒信高科
|
|
|
|
//查询安全措施
|
|
|
|
ArrayList<Aqcs> aqcsList = fxfxdxService.queryDhAqcsByBianhao(pageInfo.getList().get(x).getBianhao()); |
|
|
|
List<Aqcs> aqcsList = fxfxdxService.queryDhAqcsByBianhao(pageInfo.getList().get(x).getBianhao()).stream().filter(Objects::nonNull) |
|
|
|
.map(aqcs -> { |
|
|
|
if (null == aqcs.getShifousheji()) { |
|
|
|
aqcs.setShifousheji("N"); |
|
|
|
return aqcs; |
|
|
|
} else { |
|
|
|
return aqcs; |
|
|
|
} |
|
|
|
}) |
|
|
|
.collect(Collectors.toList()); |
|
|
|
//根据安全措施列表便利处理给当前上传对象赋值相关字段
|
|
|
|
for (Aqcs aqcs: aqcsList) { |
|
|
|
DtzyUtil.handle(pageInfo.getList().get(x),aqcs); |
|
|
|
@ -1369,7 +1433,16 @@ private ZypSingleQueryMapper zypSingleQueryMapper; |
|
|
|
//if(shenqingdanwei.equals("山东恒信高科能源有限公司")){
|
|
|
|
//恒信高科
|
|
|
|
//查询安全措施
|
|
|
|
ArrayList<Aqcs> aqcsList = fxfxdxService.queryDhAqcsByBianhao(pageInfo.getList().get(x).getBianhao()); |
|
|
|
List<Aqcs> aqcsList = fxfxdxService.queryDhAqcsByBianhao(pageInfo.getList().get(x).getBianhao()).stream().filter(Objects::nonNull) |
|
|
|
.map(aqcs -> { |
|
|
|
if (null == aqcs.getShifousheji()) { |
|
|
|
aqcs.setShifousheji("N"); |
|
|
|
return aqcs; |
|
|
|
} else { |
|
|
|
return aqcs; |
|
|
|
} |
|
|
|
}) |
|
|
|
.collect(Collectors.toList()); |
|
|
|
//根据安全措施列表便利处理给当前上传对象赋值相关字段
|
|
|
|
for (Aqcs aqcs: aqcsList) { |
|
|
|
DlzyUtil.handle(pageInfo.getList().get(x),aqcs); |
|
|
|
|