修改 模板where
This commit is contained in:
parent
4ad1778e6d
commit
d86d744f7a
@ -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 ");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user