Commit 110f6e66 authored by tangwei's avatar tangwei

修改bug

parent debab54a
...@@ -58,7 +58,7 @@ public class EquipmentInfoOnPlanServiceImpl implements IEquipmentInfoOnPlanServi ...@@ -58,7 +58,7 @@ public class EquipmentInfoOnPlanServiceImpl implements IEquipmentInfoOnPlanServi
@Override @Override
public List<Map<String, Object>> getFirePumpInfo() { public List<Map<String, Object>> getFirePumpInfo() {
String[] strings = pumpCodes.split(","); String[] strings = pumpCodes.split(",");
List<Map<String, Object>> list = equipmentSpecificMapper.getFirePumpInfo(strings); List<Map<String, Object>> list = equipmentSpecificMapper.getFirePumpInfo(strings,null);
return Optional.ofNullable(list).orElse(Lists.newArrayList()); return Optional.ofNullable(list).orElse(Lists.newArrayList());
} }
......
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