From e5d238079873a4229fa61c1fb19925248f9a695f Mon Sep 17 00:00:00 2001 From: tangfutang Date: Wed, 25 Nov 2020 16:19:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9app=E9=93=B6=E8=A1=8C?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E8=BF=94=E5=9B=9E=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../als/apzl/flow/data/service/Impl/FlowDataServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_app_fresh/apx/com/amarsoft/als/apzl/flow/data/service/Impl/FlowDataServiceImpl.java b/src_app_fresh/apx/com/amarsoft/als/apzl/flow/data/service/Impl/FlowDataServiceImpl.java index c98445717..cd4f3f0c1 100644 --- a/src_app_fresh/apx/com/amarsoft/als/apzl/flow/data/service/Impl/FlowDataServiceImpl.java +++ b/src_app_fresh/apx/com/amarsoft/als/apzl/flow/data/service/Impl/FlowDataServiceImpl.java @@ -892,7 +892,7 @@ public class FlowDataServiceImpl implements FlowDataService{ fieldMap = (Map) testMap.get("fieldMap"); // ²خت‎ String globalText = fieldMap.get("globalText") == null ? "" : fieldMap.get("globalText").toString(); Map body = new HashMap(); - String sql = "SELECT bank_code,bank_name from bank_code "; + String sql = "SELECT bank_code as bank_code,bank_name as bank_type from bank_code "; if(globalText!=null&&globalText.length()>0){ sql=sql+" where bank_name like '%"+globalText+"%'"; }