@@ -725,7 +725,7 @@
</c:if>
<%--包含订单充值商品就不显示--%>
- <c:if test="${empty order.rechargeGoods}">
+ <c:if test="${order.rechargeGoods ne 1 and order.rechargeGoods ne 2}">
<c:if test="${order.status ne 0 && order.status ne 11 && order.status ne 21 && order.status ne 6}">
<a href="${ctx}/order/logisticsDetails?orderID=${order.orderID}">发货记录</a>