whycrzg
2021-02-01 89638a40fb7d82883e4d8fa1df2b3650f26949a7
src/main/java/com/fgkj/services/BattInfServices.java
@@ -313,6 +313,7 @@
   public ServiceModelOnce serchByStationName1(BattInf bif) {
      ServiceModelOnce model = new ServiceModelOnce();
      List list = null;
      System.out.println("bif = " + bif);
      if (bif.getStationName1() == null&&!bif.getStationName1().equals("null")) {
         list = mapper.serchByStationName1(bif);
      }else{
@@ -472,7 +473,8 @@
      return model;
   }
   //5.3添加选取电池组或者机房或者维护区(未被应用)
   public ServiceModel serchBatt(Object obj) {
   public ServiceModel serchBatt(BattInf obj) {
      ServiceModel model = new ServiceModel();
      Boolean bl=false;
      List<BattInf> list=mapper.serchBatt(obj);
      if(list!=null && list.size()>0){