|  | @@ -33,8 +33,6 @@ import com.yami.shop.common.util.Arith;
 | 
	
		
			
				|  |  |  import com.yami.shop.common.util.hb.HBR;
 | 
	
		
			
				|  |  |  import com.yami.shop.dao.*;
 | 
	
		
			
				|  |  |  import com.yami.shop.service.*;
 | 
	
		
			
				|  |  | -import com.yami.shop.service.hb.IHBOrderService;
 | 
	
		
			
				|  |  | -import com.yami.shop.utils.CullenUtils;
 | 
	
		
			
				|  |  |  import com.yami.shop.utils.HBSignUtil;
 | 
	
		
			
				|  |  |  import lombok.AllArgsConstructor;
 | 
	
		
			
				|  |  |  import lombok.extern.slf4j.Slf4j;
 | 
	
	
		
			
				|  | @@ -294,6 +292,11 @@ public class OrderRefundServiceImpl extends ServiceImpl<OrderRefundMapper, Order
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +    private void getRefundTypeByOrderItem2(OrderRefundDto orderRefundDto) {
 | 
	
		
			
				|  |  | +        orderRefundDto.setOrderItems(orderItemService.getRefundTypeByOrderItem2(orderRefundDto.getRefundId()));
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      /**
 | 
	
		
			
				|  |  |       * 卖家处理(退款/返回退货地址)
 | 
	
		
			
				|  |  |       */
 |