chore: update pom.xml Lombok config and deploy settings
- Update Maven compiler plugin to support Lombok annotation processing - Add deploy.conf for automated deployment - Update backend models and controllers - Update frontend pages and API
This commit is contained in:
@@ -79,7 +79,7 @@ public class SystemMenuServiceImpl extends ServiceImpl<SystemMenuDao, SystemMenu
|
||||
lqw.like(SystemMenu::getName, request.getName());
|
||||
}
|
||||
if (StrUtil.isNotEmpty(request.getMenuType())) {
|
||||
lqw.eq(SystemMenu::getName, request.getMenuType());
|
||||
lqw.eq(SystemMenu::getMenuType, request.getMenuType());
|
||||
}
|
||||
lqw.eq(SystemMenu::getIsDelte, false);
|
||||
lqw.orderByDesc(SystemMenu::getSort);
|
||||
|
||||
Reference in New Issue
Block a user