| | |
| | | batt_pm.FloatChargeCurr = res.getFloat("FloatChargeCurr");
|
| | | batt_pm.OnlineVolLow = res.getFloat("OnlineVolLow");
|
| | | batt_pm.GroupConnType = res.getInt("GroupConnType");
|
| | | |
| | | batt_pm.BattGroupCountSum = res.getInt("BattGroupCountSum");
|
| | | batt_pm.LiBattGroupCount = res.getInt("LiBattGroupCount");
|
| | | batt_pm.LiEachGroupBattCount = res.getInt("LiEachGroupBattCount");
|
| | | }
|
| | | }
|
| | | } catch (SQLException e) {
|
| | |
| | | + "FloatChargeVol=" + batt_pm.FloatChargeVol + ", "
|
| | | + "FloatChargeCurr=" + batt_pm.FloatChargeCurr + ", "
|
| | | + "OnlineVolLow=" + batt_pm.OnlineVolLow + ", "
|
| | | + "BattGroupCountSum=" + batt_pm.BattGroupCountSum + ", "
|
| | | + "LiBattGroupCount=" + batt_pm.LiBattGroupCount + ", "
|
| | | + "LiEachGroupBattCount=" + batt_pm.LiEachGroupBattCount + ", "
|
| | | + "GroupConnType=" + batt_pm.GroupConnType;
|
| | | //String sql_str_update = "UPDATE " + sql_str_base;
|
| | | String sql_str_replace = "REPLACE INTO " + sql_str_base;
|