收音机页面路径配置

This commit is contained in:
张松 2025-04-02 14:33:55 +08:00
parent ef3a612c58
commit 4dede52a7c
1 changed files with 0 additions and 1 deletions

View File

@ -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));