修改 模板where

This commit is contained in:
liujiaji 2018-06-13 15:38:56 +08:00
parent 4ad1778e6d
commit d86d744f7a

View File

@ -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<String, Object> paramMap) {
String where = sJboWhere;
where = where.replace(" AND ", " and ");