guoyuji
2024-02-22 1b86547ddc47a96e86eb376d0a381814ad621fd0
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;
    }
}