81041
2018-11-12 43fe18b40a84b82ca5c5f1a88abb89ea168f95f5
gx_tieta/src/com/fgkj/services/ram/Bts_station_stateService.java
@@ -4,6 +4,7 @@
import com.fgkj.dao.BaseDAO;
import com.fgkj.dao.BaseDAOFactory;
import com.fgkj.dao.impl.ram.Bts_station_stateImpl;
import com.fgkj.dto.ServiceModel;
public class Bts_station_stateService {
@@ -28,5 +29,11 @@
      }
      return model;   
   }
   //查询当前机房停电数
   public ServiceModel serchByState(Object obj) {
      int nums=((Bts_station_stateImpl)dao).serchByState(obj);
      model.setNewsum(nums);
      return model;
   }
}