From d86d744f7a7a6b4c38ab6a1f0863fe2c35c61975 Mon Sep 17 00:00:00 2001 From: liujiaji Date: Wed, 13 Jun 2018 15:38:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=A8=A1=E6=9D=BFwhere?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apx/com/amarsoft/als/base/awe/util/AweDoCommUtil.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src_app_fresh/apx/com/amarsoft/als/base/awe/util/AweDoCommUtil.java b/src_app_fresh/apx/com/amarsoft/als/base/awe/util/AweDoCommUtil.java index 3c35a4007..dcd20a81b 100644 --- a/src_app_fresh/apx/com/amarsoft/als/base/awe/util/AweDoCommUtil.java +++ b/src_app_fresh/apx/com/amarsoft/als/base/awe/util/AweDoCommUtil.java @@ -3,8 +3,6 @@ package apx.com.amarsoft.als.base.awe.util; import java.util.HashMap; import java.util.Map; -import com.amarsoft.are.util.SpecialTools; - public class AweDoCommUtil { public static void main(String[] args) throws Exception { @@ -105,7 +103,7 @@ public class AweDoCommUtil { return sJboWhere; } - private static String whereHandle1(String sJboWhere, + public static String whereHandle1(String sJboWhere, Map paramMap) { String where = sJboWhere; where = where.replace(" AND ", " and ");