收音机页面路径配置
This commit is contained in:
parent
ef3a612c58
commit
4dede52a7c
|
|
@ -44,7 +44,6 @@ public class ShopStaffPagePermissionServiceImpl extends ServiceImpl<ShopStaffPag
|
||||||
}
|
}
|
||||||
|
|
||||||
ArrayList<ShopStaffPagePermission> pagePermissions = new ArrayList<>();
|
ArrayList<ShopStaffPagePermission> pagePermissions = new ArrayList<>();
|
||||||
ArrayList<ShopStaffPagePermission> updatePagePermissions = new ArrayList<>();
|
|
||||||
remove(new QueryWrapper().eq(ShopStaffPagePermission::getStaffId, pagePathPermissionAddDTO.getStaffId()));
|
remove(new QueryWrapper().eq(ShopStaffPagePermission::getStaffId, pagePathPermissionAddDTO.getStaffId()));
|
||||||
pagePathPermissionAddDTO.getPagePathIdList().forEach(item -> {
|
pagePathPermissionAddDTO.getPagePathIdList().forEach(item -> {
|
||||||
long count1 = count(new QueryWrapper().eq(ShopStaffPagePermission::getStaffId, shopStaff).eq(ShopStaffPagePermission::getPagePathId, item));
|
long count1 = count(new QueryWrapper().eq(ShopStaffPagePermission::getStaffId, shopStaff).eq(ShopStaffPagePermission::getPagePathId, item));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue