刘小明
2024-08-21 14b0417bca9050a11792248f5c5c7e7c86e4744f
pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/product/ProductSv.java
@@ -248,7 +248,7 @@
        Map<String, Object> params = (Map<String, Object>) PojoUtils.generalize(queryVo);
        return dao.selectAll(params);
    }
    public List<PltProduct> selectByOrderId(Long orderId) {
    public List<PltProduct> getProduct(Long orderId) {
        return dao.selectByOrderId(orderId);
    }