81041
2018-11-22 2a4fdc9b345b3148da0348c409a53f1bc13e84d5
电池健康率
1个文件已修改
2 ■■■ 已修改文件
gx_tieta/src/com/fgkj/dao/impl/BattInfImpl.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/src/com/fgkj/dao/impl/BattInfImpl.java
@@ -3351,7 +3351,7 @@
                " 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=?" +
                " and db_user.tb_user_inf.uid=? and db_battinf.tb_battinf.Station_install=1 " +
                "  limit 1";
        List list=DAOHelper.executeQuery(sql, DBUtil.getConn(), new Object[]{uinf.getUId()}, new CallBack() {