修正拦截策略profileId为数值类型

This commit is contained in:
wangwei
2019-06-10 13:26:48 +08:00
parent 723da765a0
commit b22cfec67f

View File

@@ -234,7 +234,7 @@ public class InterceptController extends CommonController {
}
if("1".equals(enable)) {
if(StringUtils.isNotBlank(mirror_profile)){
map.put("mirror_profile", mirror_profile.trim());
map.put("mirror_profile", Integer.parseInt(mirror_profile));
}
}
entity.getUserRegion().put("decrypt_mirror", map);