north-glass-erp/src/main/java/com/example/erp/mapper/sd/OrderDetailMapper.java
@@ -33,6 +33,8 @@
    List<Map<String,Object>> getOrderProductDistinctById(String orderId);
    List<Map<String,Object>> getOrderProductDistinctByIds(String orderId,List<String> productId);
    List<OrderDetail> getOrderProductByProductId(Object productId, String orderId);