|
@@ -294,7 +294,7 @@ public class OrderServiceImpl extends ServiceImpl<OrderMapper, Order> implements
|
|
|
bo.setRefundStatus(2);
|
|
|
}
|
|
|
}
|
|
|
- List<OrderListVo> orderListVos = this.baseMapper.selectListByBo(bo);
|
|
|
+ List<OrderListVo> orderListVos = this.baseMapper.selectDangAnOrderList(bo);
|
|
|
for (OrderListVo vo : orderListVos) {
|
|
|
//商品订单状态 -1关闭 0待支付 1已支付 2已退款
|
|
|
if (Validator.isEmpty(vo.getRefundStatus())) {
|