1
廖井涛
2024-01-23 3f2925f78efc5a75d5fc380c3bb9922546b51f92
north-glass-erp/src/main/java/com/example/erp/service/sd/ProductService.java
@@ -26,4 +26,6 @@
        map.put("total",productMapper.getPageTotal(offset,pageSize,glassTypeId,product));
        return map;
    }
}