From 8eda4424d3ca7e30f941f1153b324fa2e5bff15b Mon Sep 17 00:00:00 2001 From: wangxin Date: Tue, 24 Jul 2018 11:11:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dapp=E7=AD=96=E7=95=A5?= =?UTF-8?q?=E4=B8=8B=E5=8F=91=E5=9C=A8=E6=9C=89=E8=A1=8C=E4=B8=BA=E7=B1=BB?= =?UTF-8?q?=E5=88=AB=E7=9A=84=E6=97=B6=E5=80=99=E4=B8=8B=E5=8F=91=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E7=AC=A6=E4=B8=BA\\&=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/nis/web/service/configuration/AppCfgService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/nis/web/service/configuration/AppCfgService.java b/src/main/java/com/nis/web/service/configuration/AppCfgService.java index d09ac8ce1..aa1887e96 100644 --- a/src/main/java/com/nis/web/service/configuration/AppCfgService.java +++ b/src/main/java/com/nis/web/service/configuration/AppCfgService.java @@ -415,7 +415,7 @@ public class AppCfgService extends BaseService { if(isAudit==1){ if(entity.getBehavCode()!=null){ - entity.setCfgKeywords(entity.getAppCode()+"&"+entity.getBehavCode()); + entity.setCfgKeywords(entity.getAppCode()+Constants.KEYWORD_EXPR+entity.getBehavCode()); }else{ entity.setCfgKeywords(entity.getAppCode()+""); }