From fd77d548a62649faabcecd1c33352aa28cf8fead Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期二, 20 十一月 2018 12:03:30 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whychdw@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/src/com/fgkj/actions/BattInfAction.java | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/gx_tieta/src/com/fgkj/actions/BattInfAction.java b/gx_tieta/src/com/fgkj/actions/BattInfAction.java index ee929e1..105f209 100644 --- a/gx_tieta/src/com/fgkj/actions/BattInfAction.java +++ b/gx_tieta/src/com/fgkj/actions/BattInfAction.java @@ -380,14 +380,8 @@ //璺ㄥ煙璁块棶鑾峰彇鎵�鏈夌數姹犵粍鐨勪俊鎭�<-------璺ㄥ煙-----------> public String searchInform_ky(){ isAllowHeaders(); //鍏佽璺ㄥ煙璁块棶 - //System.out.println(key+"@@@@@@@@@@@@@@@@@@@@@@"); ServiceModel model = new ServiceModel(); - if(key != null && CROSS_DOMAIN_KEY.equals(key)){ - model = service.searchInform_ky(); - }else{ - model.setCode(0); - model.setMsg("璇嗗埆鐮侀敊璇�"); - } + model = service.searchInform_ky(); result = ActionUtil.tojson(model); return SUCCESS; } -- Gitblit v1.9.1