xiaoyong931011
2021-08-18 94e92856f90d2a1c11948db4af794d7ec72ce74a
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);
}