81041
2018-10-22 bf67e915798d3b7ca72696ec680338b31a25f2bf
gx_tieta/src/com/fgkj/actions/BattInfAction.java
@@ -329,6 +329,8 @@
   //电池配组管理(重要)
   public String serchMakeGroup(){
      BattInf binf=getGson("yyyy-MM-dd HH:mm:ss").fromJson(json, BattInf.class);
      User_inf uinf=(User_inf) getUser();
      binf.setNum(uinf.getUId());
      ServiceModel model = service.serchMakeGroup(binf);
      result = ActionUtil.tojson(model);
      return SUCCESS;
@@ -336,6 +338,8 @@
   //电池配组管理(重要)
   public String serchGroupByInfor(){
      BattInf binf=getGson("yyyy-MM-dd HH:mm:ss").fromJson(json, BattInf.class);
      User_inf uinf=(User_inf) getUser();
      binf.setNum(uinf.getUId());
      ServiceModel model = service.serchGroupByInfor(binf);
      result = ActionUtil.tojson(model);
      return SUCCESS;