chenlu
2025-01-08 3a06ce5786fb65f4a015a18b82e867b288a60032
north-glass-erp/src/main/java/com/example/erp/service/sd/ProductService.java
@@ -174,4 +174,9 @@
        map.put("detail",productDetailList);
        return map;
    }
    public List<Product> otherSysGetProduct() {
        return productMapper.selectList(new QueryWrapper<Product>().eq("state",1)
                .orderByDesc("id"));
    }
}