Commit 8f14decd authored by xinglei's avatar xinglei

修改文件

parent 8d340e71
......@@ -219,7 +219,7 @@ public class AlarmController extends BaseController {
if (mapOrgCode.toString().contains("-")) {
mapOrgCode = mapOrgCode.toString().replace("-", "#");
}
if ((mapOrgCode + "#").contains("#" + orgCode + "#")) {
if ((mapOrgCode + "#").contains(orgCode + "#")) {
flag = true;
}
return flag;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment