Commit 5eee04ac authored by hongguangwu's avatar hongguangwu

MVP1.7.15-税友户配置拦截权限2

parent 1da977a0
......@@ -252,7 +252,7 @@ public class SysHouseHoldInfoServiceImpl extends ServiceImpl<SysHouseHoldInfoMap
}
}
// 公积金办理
if (CommonConstants.ZERO_STRING.equals(type)) {
if (CommonConstants.ONE_STRING.equals(type)) {
menuId = "1549678424018567170";
paramVo = new ListAndStringVo();
paramVo.setIdList(userIdList);
......@@ -290,7 +290,7 @@ public class SysHouseHoldInfoServiceImpl extends ServiceImpl<SysHouseHoldInfoMap
}
}
// 公积金办理
if (CommonConstants.ZERO_STRING.equals(type)) {
if (CommonConstants.ONE_STRING.equals(type)) {
menuId = "1549678424018567170";
paramVo = new ListAndStringVo();
paramVo.setIdList(userIdList);
......
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