Commit 0ea52da4 authored by chenzhao's avatar chenzhao

历史无证 字典树增加气瓶

parent 0ed7a6ff
...@@ -166,7 +166,7 @@ public class IdxBizJqEquipmentRegisterController extends BaseController { ...@@ -166,7 +166,7 @@ public class IdxBizJqEquipmentRegisterController extends BaseController {
} }
// 历史无证设备录入(有证-his,无证-black)) // 历史无证设备录入(有证-his,无证-black))
if ( "black".equals(dataSource) && "2000".equals(equList) && "SB_XZ".equals(type) && "0".equals(businessScenarios)) { if ( "black".equals(dataSource) && "2000".equals(equList) && "SB_XZ".equals(type) && "0".equals(businessScenarios)) {
dictionarieValueModels = dictionarieValueModels.stream().filter(dictionarieValueModel -> !dictionarieValueModel.getDictDataValue().equals("移动式压力容器") && !dictionarieValueModel.getDictDataValue().equals("气瓶")).collect(Collectors.toList()); dictionarieValueModels = dictionarieValueModels.stream().filter(dictionarieValueModel -> !dictionarieValueModel.getDictDataValue().equals("移动式压力容器")).collect(Collectors.toList());
} }
return ResponseHelper.buildResponse(dictionarieValueModels); return ResponseHelper.buildResponse(dictionarieValueModels);
} }
......
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