src/main/java/cc/mrbird/febs/mall/service/impl/ApiMallOrderInfoServiceImpl.java
@@ -462,7 +462,8 @@ @Override public OrderDetailVo findOrderDetailsById(Long id) { MallOrderInfo orderInfo = this.baseMapper.selectOrderDetailsById(id); if (orderInfo == null || AppContants.DEL_FLAG_Y == orderInfo.getDelFlag()) { // if (orderInfo == null || AppContants.DEL_FLAG_Y == orderInfo.getDelFlag()) { if (ObjectUtil.isNull(orderInfo)) { throw new FebsException("订单不存在"); }