修正intercept Policy菜单keyring默认值为1
This commit is contained in:
@@ -133,7 +133,7 @@ public class InterceptController extends CommonController {
|
||||
if(StringUtils.isNotBlank(keyring)) {
|
||||
entity.getUserRegion().put("keyring", Long.parseLong(keyring));
|
||||
}else {
|
||||
entity.getUserRegion().put("keyring", 0);
|
||||
entity.getUserRegion().put("keyring", 1);
|
||||
}
|
||||
Map<String,Object> map = new HashMap();
|
||||
//exclusions
|
||||
|
||||
@@ -395,7 +395,7 @@
|
||||
<![CDATA[AND r.keyring_type <> 'end-entity']]>
|
||||
</if>
|
||||
<if test="compileIds != null">
|
||||
AND r.COMPILE_ID in(#{compileIds})
|
||||
AND r.COMPILE_ID in(${compileIds})
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user