fanli/src/main/java/com/yeshi/fanli/dao/mybatis/order/OrderMapper.java
@@ -16,9 +16,6 @@ Order selectByPrimaryKey(Long id); // 根据订单号查找订单 Order selectOrderByOrderId(String orderId); /** * 根据订单号和订单类型查找订单 * @@ -26,7 +23,7 @@ * @param orderType * @return */ List<Order> selectOrderByOrderIdAndOrderType(@Param("orderId") String orderId, @Param("orderType") int orderType); Order selectOrderByOrderIdAndOrderType(@Param("orderId") String orderId, @Param("orderType") int orderType); List<Order> selectByUid(Long uid);