src/main/java/com/whyc/service/BattInfService.java
@@ -448,4 +448,12 @@ Map<Integer,String> map= Capperformance.getOpInfo(); return new Response().setII(1,true,map,"获取容量性能(下拉)"); } //蓄电池组对比分析界面 public List<BattInf> getBattCompare16Statistic(BattCompareStic stic) { return mapper.getBattCompare16Statistic(stic); } //蓄电池组对比分析界面 public List<BattInf> getBattCompare17Statistic(BattCompareStic stic) { return mapper.getBattCompare17Statistic(stic); } }