From b102c292bfdc2c0318b672b86a74507c7b26bf93 Mon Sep 17 00:00:00 2001 From: 81041 <81041@DESKTOP-025NVD9> Date: 星期五, 04 一月 2019 10:19:16 +0800 Subject: [PATCH] 批量的查询 --- gx_tieta/src/com/fgkj/actions/ram/Fbs9100_stateAction.java | 10 +++++++++- 1 files changed, 9 insertions(+), 1 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 081c8ba..e45683d 100644 --- a/gx_tieta/src/com/fgkj/actions/ram/Fbs9100_stateAction.java +++ b/gx_tieta/src/com/fgkj/actions/ram/Fbs9100_stateAction.java @@ -109,7 +109,15 @@ result = tojson(model); return SUCCESS; } - + //鎵归噺璁剧疆鏀剧數鍙傛暟鏃舵煡璇㈠嚭褰撳墠鏀剧數鐨勭數姹犵粍锛�1u/2u鍒嗗紑锛� + public String seachDischarge(){ + BattInf binf=getGson().fromJson(json, BattInf.class); + User_inf uinf=(User_inf) getUser(); + binf.setNum(uinf.getUId()); + ServiceModel model = service.seachDischarge(binf); + result = tojson(model); + return SUCCESS; + } //11.1FBS9100璁惧閫氫俊鐘舵�佹煡璇� <-- 璺ㄥ煙 --> public String serchByCondition_ky(){ //isAllowHeaders(); //鍏佽璺ㄥ煙璁块棶 -- Gitblit v1.9.1