| | |
| | | |
| | | return list; |
| | | }*/ |
| | | public List serchBattgroupinfo(Object obj); |
| | | |
| | | |
| | | @Select("select distinct db_battinf.tb_battinf.battgroupid,db_battinf.tb_battinf.stationid,StationName,StationName1,stationip,BattGroupName,BattGroupName1,battgroupnum,moncount,moncapstd,monvolstd,battproducer,battproductdate,battinusedate,groupIndexInFBSDevice " + |
| | | "from db_battinf.tb_battinf,db_user.tb_user_battgroup_baojigroup_battgroup,db_user.tb_user_battgroup_baojigroup_usr,db_user.tb_user_inf " + |
| | | "where db_user.tb_user_battgroup_baojigroup_battgroup.BattGroupId=db_battinf.tb_battinf.BattGroupId and db_user.tb_user_battgroup_baojigroup_usr.baoji_group_id=db_user.tb_user_battgroup_baojigroup_battgroup.baoji_group_id and db_user.tb_user_inf.uid=db_user.tb_user_battgroup_baojigroup_usr.uid and db_user.tb_user_inf.uid=#{uId}") |
| | | public List<BattInf> serchBattgroupinfo(User_inf obj); |
| | | |
| | | //新版添加放电计划查询<排除设置过放电计划的电池组> |
| | | public List serchBattPlan(Object obj); |
| | | public List serchBattPlan(BattInf obj); |
| | | |
| | | //4.1根据维护区查询所有的电池组和对应的包机人(从模板创建) |
| | | public List serchByTemplate(Object obj); |