|
@@ -124,7 +124,7 @@
|
|
|
<div class="flex-header-td">${statistics.clubType}</div>
|
|
|
<div class="flex-header-td">
|
|
|
<c:if test="${not empty statistics.groupAddition}">
|
|
|
- <c:if test="${statistics.groupAddition == 0}">以加群</c:if>
|
|
|
+ <c:if test="${statistics.groupAddition == 0}">已加群</c:if>
|
|
|
<c:if test="${statistics.groupAddition == 1}">未加群(${statistics.fillTime})</c:if>
|
|
|
</c:if>
|
|
|
<c:if test="${empty statistics.groupAddition}">
|