From 1a05dd9a571e46ae4cb90d5c0a2b691a3a62d34f Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期三, 21 十一月 2018 14:47:48 +0800 Subject: [PATCH] 提交内容 --- gx_tieta/src/com/fgkj/services/ram/Bts_station_stateService.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/gx_tieta/src/com/fgkj/services/ram/Bts_station_stateService.java b/gx_tieta/src/com/fgkj/services/ram/Bts_station_stateService.java index 30f1e9f..1416cc3 100644 --- a/gx_tieta/src/com/fgkj/services/ram/Bts_station_stateService.java +++ b/gx_tieta/src/com/fgkj/services/ram/Bts_station_stateService.java @@ -40,9 +40,11 @@ //鏈烘埧鏂數缁熻(棣栭〉涓婄殑楗肩姸鍥�) public ServiceModel serchPowerOff(Object obj){ int powerNum=((Bts_station_stateImpl)dao).serchByState(obj); //鏂數瀹炴椂鏁� + int dianzhanNum=((Bts_station_stateImpl)dao).serchByState_diaozhan(obj); //鎺夌珯瀹炴椂鏁� int devNum=(new BattInfImpl()).serchByDeviceId(obj); //鎬昏澶囨暟 model.setSum(powerNum); model.setNewsum(devNum); + model.setCode(dianzhanNum); return model; } } -- Gitblit v1.9.1