@ -46,7 +46,7 @@
<div class="form-group">
<label class="col-sm-2 control-label">发布状态:</label>
<div class="col-sm-10">
<div class="radio-box" th:each="dict : ${@dict.getType('sys_notice_status')}">
<div class="radio-box" th:each="dict : ${@dict.getType('notice_status_type')}">
<input type="radio" th:id="${dict.dictCode}" name="status" th:value="${dict.dictValue}" th:checked="${dict.default}">
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>