|
@@ -274,12 +274,12 @@
|
|
|
<%-- </c:if>--%>
|
|
|
<%-- </li>--%>
|
|
|
<li>
|
|
|
-
|
|
|
- <c:if test="${order.organizeID == 1}">
|
|
|
- <span class="org-note">星范</span>
|
|
|
- </c:if>
|
|
|
-
|
|
|
- ${order.buyer}
|
|
|
+ <a href="${ctx}/new/user/agency/clubPortrait?clubID=${order.clubID}&dateType=0&type=4">
|
|
|
+ <c:if test="${order.organizeID == 1}">
|
|
|
+ <span class="org-note">星范</span>
|
|
|
+ </c:if>
|
|
|
+ ${order.buyer}
|
|
|
+ </a>
|
|
|
</li>
|
|
|
<li>${order.receiver}</li>
|
|
|
<li>${fns:getDictLabel(order.orderSource,"bp_orderSource","" )}</li>
|