fix(rescourse): 修复统计信息HTML模板公招匹配错误

This commit is contained in:
DLmaster
2025-03-07 11:56:28 +08:00
parent 863e6fb25e
commit 70df428825
2 changed files with 3 additions and 3 deletions

View File

@@ -186,7 +186,7 @@
<th>星级</th>
<th>数量</th>
</tr>
{% for star, count in recruit_statistics %}
{% for star, count in recruit_statistics.items() %}
<tr>
<td>{{ star }}</td>
<td>{{ count }}</td>