mirror of
https://github.com/BgaSol/sol-cloud
synced 2026-04-21 17:17:16 +00:00
fix(system-menu): remove MenuService Transactional
This commit is contained in:
parent
d00cf18cf6
commit
30c3af4cc5
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ import java.util.Set;
|
|||
|
||||
@Service
|
||||
@RequiredArgsConstructor(onConstructor_ = {@Lazy})
|
||||
@Transactional
|
||||
public class MenuService extends BaseTreeService<MenuEntity, BasePageDto<MenuEntity>> {
|
||||
private final MenuMapper menuMapper;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue