From 18cf7a6b456cb0f401c48ad16b12de1877541558 Mon Sep 17 00:00:00 2001 From: LiJun <LiJun@192.168.10.10> Date: 星期一, 22 十月 2018 09:50:34 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclj@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/src/com/fgkj/services/ram/Bts_station_stateService.java | 7 +++++++ 1 files changed, 7 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 31ed580..10eec0b 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 @@ -4,6 +4,7 @@ import com.fgkj.dao.BaseDAO; import com.fgkj.dao.BaseDAOFactory; +import com.fgkj.dao.impl.ram.Bts_station_stateImpl; import com.fgkj.dto.ServiceModel; public class Bts_station_stateService { @@ -28,5 +29,11 @@ } return model; } + //鏌ヨ褰撳墠鏈烘埧鍋滅數鏁� + public ServiceModel serchByState(Object obj) { + int nums=((Bts_station_stateImpl)dao).serchByState(obj); + model.setNewsum(nums); + return model; + } } -- Gitblit v1.9.1