fix
Helius
2021-08-09 2e38bc76db3e928d4b2807fc4b21dee3da26a5d6
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);
}