修正拦截策略profileId为数值类型
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user