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