Commit 7e15736d authored by hezhuozhi's avatar hezhuozhi

气瓶数据项调整 / 发起页调整

parent fe768f39
...@@ -170,7 +170,7 @@ public class IdxBizJqEquipmentRegisterController extends BaseController { ...@@ -170,7 +170,7 @@ public class IdxBizJqEquipmentRegisterController extends BaseController {
dictionarieValueModels = dictionarieValueModels.stream().filter(dictionarieValueModel -> !dictionarieValueModel.getDictDataValue().equals("移动式压力容器")).collect(Collectors.toList()); dictionarieValueModels = dictionarieValueModels.stream().filter(dictionarieValueModel -> !dictionarieValueModel.getDictDataValue().equals("移动式压力容器")).collect(Collectors.toList());
} }
//如果是单位录入只显示气瓶 //如果是单位录入只显示气瓶
if(("black".equals(dataSource) || ("his".equals(dataSource) ) && "2000".equals(equList) && "DW_LR".equals(type) && "0".equals(businessScenarios))){ if((("black".equals(dataSource) || ("his".equals(dataSource) )) && "2000".equals(equList) && "DW_LR".equals(type) && "0".equals(businessScenarios))){
List<DictionarieValueModel> result = new ArrayList<>(); List<DictionarieValueModel> result = new ArrayList<>();
if(CollectionUtil.isNotEmpty(dictionarieValueModels)){ if(CollectionUtil.isNotEmpty(dictionarieValueModels)){
for (DictionarieValueModel dictionarieValueModel : dictionarieValueModels) { for (DictionarieValueModel dictionarieValueModel : 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