|
@@ -544,16 +544,16 @@
|
|
|
<c:if test="${order.balancePayFee gt 0}">
|
|
|
<a href="${ctx}/user/cmUserBalanceRecord/userBalanceRecord?userId=${order.userID}"
|
|
|
style="color: red;text-decoration: underline">
|
|
|
- (账户余额抵扣: <fmt:formatNumber value="${order.balancePayFee}" type="currency"/>,
|
|
|
- 其中线下余额<fmt:formatNumber value="${order.userMoney}" type="currency"/>,
|
|
|
- 线上余额<fmt:formatNumber value="${order.onlineMoney}" type="currency"/>)
|
|
|
</a>
|
|
|
- </c:if>
|
|
|
- <c:if test="${order.balancePayFee le 0}">
|
|
|
(账户余额抵扣: <fmt:formatNumber value="${order.balancePayFee}" type="currency"/>,
|
|
|
其中线下余额<fmt:formatNumber value="${order.userMoney}" type="currency"/>,
|
|
|
线上余额<fmt:formatNumber value="${order.onlineMoney}" type="currency"/>)
|
|
|
</c:if>
|
|
|
+ <c:if test="${order.balancePayFee le 0}">
|
|
|
+ <a href="${ctx}/user/cmUserBalanceRecord/userBalanceRecord?userId=${order.userID}"
|
|
|
+ style="color: red;text-decoration: underline">
|
|
|
+ </a>
|
|
|
+ </c:if>
|
|
|
</span>
|
|
|
</td>
|
|
|
<td>
|