修改bug

master
森屿海巷 3 years ago
parent 1e11d8ebb5
commit f42747dc4d

@ -6,13 +6,13 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: master:
url: jdbc:oracle:thin:@124.70.0.226:1521:ORCL # url: jdbc:oracle:thin:@124.70.0.226:1521:ORCL
# url: jdbc:oracle:thin:@10.100.71.101:1521:ORCL url: jdbc:oracle:thin:@10.100.71.101:1521:ORCL
# username: aucma username: aucma
username: system # username: system
# password: aucma password: aucma
password: 123456 # password: 123456
# 从库数据源 # 从库数据源
slave: slave:
# 从数据源开关/默认关闭 # 从数据源开关/默认关闭

@ -67,7 +67,7 @@
<div class="col-sm-8"> <div class="col-sm-8">
<select name="taskStatus" class="form-control m-b" th:with="type=${@dict.getType('task_status')}"> <select name="taskStatus" class="form-control m-b" th:with="type=${@dict.getType('task_status')}">
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{locationStatus}"></option> <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" th:field="*{taskStatus}"></option>
</select> </select>
</div> </div>

Loading…
Cancel
Save