Commit 9e70299f authored by maoying's avatar maoying

解决冲突

parent 541dc37a
...@@ -65,11 +65,8 @@ public class CommonPageParamUtil { ...@@ -65,11 +65,8 @@ public class CommonPageParamUtil {
param.setIsRemoveShield(toString(queryRequests.get(i).getValue())); param.setIsRemoveShield(toString(queryRequests.get(i).getValue()));
} else if("isRemovedFire".equals(name)){ } else if("isRemovedFire".equals(name)){
param.setIsRemovedFire(toString(queryRequests.get(i).getValue())); param.setIsRemovedFire(toString(queryRequests.get(i).getValue()));
<<<<<<< HEAD
} else if("bizOrgCode".equals(name)){ } else if("bizOrgCode".equals(name)){
param.setBizOrgCode(toString(queryRequests.get(i).getValue())); param.setBizOrgCode(toString(queryRequests.get(i).getValue()));
}
=======
} else if("equipmentCode".equals(name)){ } else if("equipmentCode".equals(name)){
param.setEquipmentCode(toString(queryRequests.get(i).getValue())); param.setEquipmentCode(toString(queryRequests.get(i).getValue()));
} else if("specificIndexKey".equals(name)){ } else if("specificIndexKey".equals(name)){
...@@ -77,7 +74,6 @@ public class CommonPageParamUtil { ...@@ -77,7 +74,6 @@ public class CommonPageParamUtil {
} else if("indexTypeCode".equals(name)){ } else if("indexTypeCode".equals(name)){
param.setIndexTypeCode(toString(queryRequests.get(i).getValue())); param.setIndexTypeCode(toString(queryRequests.get(i).getValue()));
} }
>>>>>>> develop_station
} }
if(commonPageable !=null){ if(commonPageable !=null){
param.setPageNumber(commonPageable.getPageNumber()); param.setPageNumber(commonPageable.getPageNumber());
......
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