whycrzg
2021-02-19 6188cadb42b3f0561ce141d529c753f4af4caf0a
src/main/java/com/fgkj/services/BattInfServices.java
@@ -1250,6 +1250,7 @@
   }
   //根据维护区和机房名称查询电池组信息(电池组信息配置)<-------跨域----------->
   public ServiceModel searchInform_ky() {
      ServiceModel model = new ServiceModel();
      List<BattInf> list=mapper.searchInform_ky();
      if (list != null && list.size() > 0) {
         model.setCode(1);
@@ -1299,7 +1300,8 @@
   }
   //--------查询电池组信息<大屏显示>
   public ServiceModel serchBatt_DP(Object obj) {
   public ServiceModel serchBatt_DP(BattInf obj) {
      ServiceModel model = new ServiceModel();
      List list=mapper.serchBatt_DP(obj);
      if (list != null && list.size() > 0) {
         model.setCode(1);
@@ -1314,6 +1316,7 @@
   //紫晶山西——---机房列表
   public ServiceModel searchStationList() {
      ServiceModel model = new ServiceModel();
      List list=mapper.searchStationList();
      if (list != null && list.size() > 0) {
         model.setCode(1);