|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | 
|---|
|  |  |  | import com.mzl.flower.dto.response.payment.AbnormalOrderItemDTO; | 
|---|
|  |  |  | import com.mzl.flower.dto.response.payment.OrderItemListDTO; | 
|---|
|  |  |  | import com.mzl.flower.dto.response.payment.OrderItemPlatformListDTO; | 
|---|
|  |  |  | import com.mzl.flower.entity.payment.OrderItem; | 
|---|
|  |  |  | import org.apache.ibatis.annotations.Param; | 
|---|
|  |  |  | 
|---|
|  |  |  | List<AbnormalOrderItemDTO> getAbnormalItems(@Param("orderId") String orderId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<OrderItemPlatformListDTO> getPlatformOrderItems(@Param("orderId") String orderId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<OrderItemListDTO> getOrderItems(@Param("orderIds") List<String> orderIds); | 
|---|
|  |  |  | } | 
|---|