记得上下班打卡 | git大法好,push需谨慎

Commit 11100c44 authored by dongchun's avatar dongchun

加黑名单字段

parent c8f6b4b4
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
</tr> </tr>
<div th:each="item : *{userDataList}"> <div th:each="item : *{userDataList}">
<tr class="content-tr"> <tr class="content-tr">
<td th:text="${item}"></td> <!-- <td th:text="${item}"></td> -->
<td th:text="${item.username}"></td> <td th:text="${item.username}"></td>
<td th:text="${item.cityName}"></td> <td th:text="${item.cityName}"></td>
<!-- <td th:name="uid" th:text="${item.uid}" hidden="hidden"></td>--> <!-- <td th:name="uid" th:text="${item.uid}" hidden="hidden"></td>-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment