小编Gab*_*sta的帖子

在 Thymeleaf 中订购

我需要foreach按订单显示这个,我该Asc怎么做?

<tr th:each="ment : ${mentor}" th:if="${ment.jobId == job.id}">
    <td th:text="${ment.id}"></td>
    <td th:text="${ment.name}"></td>
    <td th:text="${ment.qtyMentee}"></td>
    <td th:text="${ment.jobId}"></td>
</tr>
Run Code Online (Sandbox Code Playgroud)

html sql-order-by thymeleaf

0
推荐指数
1
解决办法
1万
查看次数

标签 统计

html ×1

sql-order-by ×1

thymeleaf ×1