Browse Source

修改订单bugfix

zhijiezhao 2 years ago
parent
commit
bb514e8e7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/WEB-INF/views/modules/order/orderDetail.jsp

+ 1 - 1
src/main/webapp/WEB-INF/views/modules/order/orderDetail.jsp

@@ -639,7 +639,7 @@
                         </c:if>
                         </c:if>
                         <c:if test="${order.status eq 11 || order.status eq 12 || order.status eq 13 ||order.status eq 21 ||order.status eq 22 ||
                         <c:if test="${order.status eq 11 || order.status eq 12 || order.status eq 13 ||order.status eq 21 ||order.status eq 22 ||
 				            order.status eq 23 || order.status eq 0}">
 				            order.status eq 23 || order.status eq 0}">
-                            <c:if test="${empty order.rechargeGoods && (order.ableUserMoney > 0 || order.status eq 0)}">
+                            <c:if test="${order.rechargeGoods ne 1 && order.rechargeGoods ne 2 && (order.ableUserMoney > 0 || order.status eq 0)}">
                                 <c:if test="${order.postageOrderFlag == 0 && order.secondHandOrderFlag != 1}">
                                 <c:if test="${order.postageOrderFlag == 0 && order.secondHandOrderFlag != 1}">
                                     <a href="${ctx}/order/form?id=${order.orderID}">修改订单</a>
                                     <a href="${ctx}/order/form?id=${order.orderID}">修改订单</a>
                                 </c:if>
                                 </c:if>