gx_tieta/src/com/fgkj/actions/BattInfAction.java
@@ -59,6 +59,13 @@ result = tojson(model); return SUCCESS; } //设置电池组充电电流阈值 public String update_charge() { BattInf binf= getGson("yyyy-MM-dd").fromJson(json, BattInf.class); ServiceModel model = service.update_charge(binf); result = tojson(model); return SUCCESS; } //删除电池组 public String delete() { List<BattInf> list= getGson("yyyy-MM-dd").fromJson(json, new TypeToken<List<BattInf>>(){}.getType());