xiaoyong931011
2021-11-09 087efef8956eafcabd064496d69896ccce93f3d2
gc-order/src/main/java/com/xzx/gc/order/mapper/JhyOrderItemsMapper.java
@@ -12,4 +12,6 @@
    List<JhyOrderItems> selectOrderItems(@Param("orderId") Long orderId);
    BigDecimal selectOrderScoreByOrderId(@Param("orderId") Long orderId);
    int deleteItemsByOrderId(@Param("orderId") Long orderId);
}