From 5afa60f61accb9b33749cfc9dba30b36e429ad31 Mon Sep 17 00:00:00 2001 From: 81041 <81041@192.168.10.13> Date: 星期一, 10 十二月 2018 13:55:44 +0800 Subject: [PATCH] 设备连接详情修改查出910000000设备 --- gx_tieta/src/com/fgkj/actions/App_bts_comm_taskAction.java | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gx_tieta/src/com/fgkj/actions/App_bts_comm_taskAction.java b/gx_tieta/src/com/fgkj/actions/App_bts_comm_taskAction.java index ec0e9aa..ea3e9d9 100644 --- a/gx_tieta/src/com/fgkj/actions/App_bts_comm_taskAction.java +++ b/gx_tieta/src/com/fgkj/actions/App_bts_comm_taskAction.java @@ -1,6 +1,7 @@ package com.fgkj.actions; import com.fgkj.dto.BattInf; +import com.fgkj.dto.Page; import com.fgkj.dto.ServiceModel; import com.fgkj.dto.User_inf; import com.fgkj.services.App_bts_comm_taskService; @@ -16,10 +17,10 @@ //鏍规嵁鐪佸競鍖烘満鎴垮悕绉版煡璇� public String serchByCondition(){ - BattInf binf=getGson("").fromJson(json, BattInf.class); - User_inf uinf=(User_inf) getUser(); - binf.setNum(uinf.getUId()); - ServiceModel model=service.serchByCondition(binf); + Page page=getGson("").fromJson(json, Page.class); + /*User_inf uinf=(User_inf) getUser(); + binf.setNum(uinf.getUId());*/ + ServiceModel model=service.serchByCondition(page); result=tojson(model); return SUCCESS; } -- Gitblit v1.9.1