zy-asrs-wms/src/main/java/com/zy/asrs/wms/system/service/MenuService.java
@@ -7,7 +7,7 @@ public interface MenuService extends IService<Menu> { List<Menu> selectByPathName(String pathName, Integer type); List<Menu> selectByParentId(Long parentId, Integer type, Long hostId); List<Menu> selectByHostId(Long hostId);