| | |
| | | return moncounts; |
| | | |
| | | }*/ |
| | | public int serchMonAll(Object obj); |
| | | |
| | | @Select("select sum(moncount) as moncounts " + |
| | | " 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}" + |
| | | " limit 1") |
| | | public Integer serchMonAll(User_inf obj); |
| | | |
| | | //测试 |
| | | public List searchStationId(Object obj); |