From 0ac46331c1829fbca7cc1873f8d143de2e5feee9 Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期二, 20 十一月 2018 09:59:39 +0800 Subject: [PATCH] 修改内容 --- gx_tieta/src/com/fgkj/actions/ram/Fbs9100_stateAction.java | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/gx_tieta/src/com/fgkj/actions/ram/Fbs9100_stateAction.java b/gx_tieta/src/com/fgkj/actions/ram/Fbs9100_stateAction.java index 0a55545..f06e421 100644 --- a/gx_tieta/src/com/fgkj/actions/ram/Fbs9100_stateAction.java +++ b/gx_tieta/src/com/fgkj/actions/ram/Fbs9100_stateAction.java @@ -2,6 +2,8 @@ import java.util.List; +import javax.servlet.http.HttpServletResponse; + import com.fgkj.actions.ActionUtil; import com.fgkj.dto.BattInf; import com.fgkj.dto.ServiceModel; @@ -107,6 +109,17 @@ result = tojson(model); return SUCCESS; } + + //11.1FBS9100璁惧閫氫俊鐘舵�佹煡璇� <-- 璺ㄥ煙 --> + public String serchByCondition_ky(){ + isAllowHeaders(); //鍏佽璺ㄥ煙璁块棶 + ServiceModel model = new ServiceModel(); + model = service.serchByCondition_ky(); + result = tojson(model); + return SUCCESS; + } + + public String getResult() { return result; } -- Gitblit v1.9.1