@@ -16,7 +16,7 @@
</li>
<li>
<label>订单状态:</label>
- <select name="processStsCd" th:with="type=${@dict.getType('process_status')}">
+ <select name="processStsCd" th:with="type=${@dict.getType('process_status_cd')}">
<option value="">所有</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select>