From bf67e915798d3b7ca72696ec680338b31a25f2bf Mon Sep 17 00:00:00 2001 From: 81041 <81041@192.168.10.25> Date: 星期一, 22 十月 2018 09:47:40 +0800 Subject: [PATCH] 配组和续航加用户管理 --- gx_tieta/src/com/fgkj/actions/BattInfAction.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/gx_tieta/src/com/fgkj/actions/BattInfAction.java b/gx_tieta/src/com/fgkj/actions/BattInfAction.java index af20d32..512861a 100644 --- a/gx_tieta/src/com/fgkj/actions/BattInfAction.java +++ b/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; -- Gitblit v1.9.1