瀏覽代碼

订单收付信息bugfix

zhijiezhao 3 年之前
父節點
當前提交
3730455953
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/main/webapp/WEB-INF/views/modules/order/checkPaymentOrder.jsp

+ 3 - 3
src/main/webapp/WEB-INF/views/modules/order/checkPaymentOrder.jsp

@@ -500,9 +500,9 @@
                     </td>
                     <td>
                         <c:if test="${s.onlinePayFlag eq 0}">
-                            <c:if test="${s.settleAmount<s.shouldPayShopAmount&&s.settleAmount>0}">部分结算</c:if>
-                            <c:if test="${s.settleAmount=s.shouldPayShopAmount&&s.settleAmount>0}">已结算</c:if>
-                            <c:if test="${s.settleAmount=0}">未结算</c:if>
+                            <c:if test="${s.settleAmount < s.shouldPayShopAmount && s.settleAmount > 0}">部分结算</c:if>
+                            <c:if test="${s.settleAmount eq s.shouldPayShopAmount && s.settleAmount > 0}">已结算</c:if>
+                            <c:if test="${s.settleAmount eq 0}">未结算</c:if>
                         </c:if>
                         <c:if test="${s.onlinePayFlag eq 1}">---</c:if>
                     </td>