D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-04 438a2d9f5fb4dc6a07ca4adec966782e4336e6c1
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;