inspect-server/src/main/java/com/ruoyi/inspect/service/impl/InsProductServiceImpl.java
@@ -135,7 +135,8 @@ product.setTemplate(null); product.setStyle(null); return product; }).collect(Collectors.toList()); }).sorted((o1, o2) -> (o1.getSort() == null ? 0 : o1.getSort()) - (o2.getSort() == null ? 0 : o2.getSort())).collect(Collectors.toList()); return insProducts; }