@@ -28,7 +28,7 @@
<label>MDM编码:</label>
<input type="text" class="styled-input" placeholder="请输入MDM编码" name="mdmCode"/>
</div>
- <div class="customize-form-group">>
+ <div class="customize-form-group">
<label>门店:</label>
<input name="storeName" class="styled-input" onclick="selectDeptTree()" id="treeName" type="text" placeholder="请选择门店">
@@ -30,7 +30,7 @@
<label>短信状态</label>
<select name="status" th:with="type=${@dict.getType('sys_select_yhgl_hyyx_dxzt')}" class="styled-input">
<option value="">全部</option>
- <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"
+ <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}"
></option>
</select>
<label>更新方式</label>
<select name="updateMethod" th:with="type=${@dict.getType('sys_select_yhgl_hyyx_gxfs')}" class="styled-input">