|
@@ -522,22 +522,22 @@
|
|
|
</c:if>
|
|
|
</c:if>
|
|
|
</td>
|
|
|
- <td>
|
|
|
- <c:if test="${newCmClubList.activeState == null || newCmClubList.activeState == ''}">
|
|
|
- ---
|
|
|
- </c:if>
|
|
|
- <c:if test="${newCmClubList.activeState != null || newCmClubList.activeState != ''}">
|
|
|
- ${newCmClubList.activeState}
|
|
|
- </c:if>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <c:if test="${newCmClubList.customerValue == null || newCmClubList.customerValue == ''}">
|
|
|
- ---
|
|
|
- </c:if>
|
|
|
- <c:if test="${newCmClubList.customerValue != null || newCmClubList.customerValue != ''}">
|
|
|
- ${newCmClubList.customerValue}
|
|
|
- </c:if>
|
|
|
- </td>
|
|
|
+<%-- <td>--%>
|
|
|
+<%-- <c:if test="${newCmClubList.activeState == null || newCmClubList.activeState == ''}">--%>
|
|
|
+<%-- -----%>
|
|
|
+<%-- </c:if>--%>
|
|
|
+<%-- <c:if test="${newCmClubList.activeState != null || newCmClubList.activeState != ''}">--%>
|
|
|
+<%-- ${newCmClubList.activeState}--%>
|
|
|
+<%-- </c:if>--%>
|
|
|
+<%-- </td>--%>
|
|
|
+<%-- <td>--%>
|
|
|
+<%-- <c:if test="${newCmClubList.customerValue == null || newCmClubList.customerValue == ''}">--%>
|
|
|
+<%-- -----%>
|
|
|
+<%-- </c:if>--%>
|
|
|
+<%-- <c:if test="${newCmClubList.customerValue != null || newCmClubList.customerValue != ''}">--%>
|
|
|
+<%-- ${newCmClubList.customerValue}--%>
|
|
|
+<%-- </c:if>--%>
|
|
|
+<%-- </td>--%>
|
|
|
|
|
|
<td>
|
|
|
<c:if test="${newCmClubList.registerIP eq '192.168.1.10'}">
|