whyclj
2019-01-05 95f949c12ef74613dcb6b5262f5ed3386e1bf616
gx_tieta/src/com/fgkj/actions/ram/Fbs9100_stateAction.java
@@ -113,7 +113,7 @@
     public String seachDischarge(){
        BattInf binf=getGson().fromJson(json, BattInf.class);
      User_inf uinf=(User_inf) getUser();
      binf.setNum(uinf.getUId());
      binf.setBattGroupId(uinf.getUId());
        ServiceModel model = service.seachDischarge(binf);
      result = tojson(model);
      return SUCCESS;