@ -6,13 +6,13 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:oracle:thin:@124.70.0.226:1521:ORCL
# url: jdbc:oracle:thin:@10.100.71.101:1521:ORCL
# url: jdbc:oracle:thin:@124.70.0.226:1521:ORCL
url: jdbc:oracle:thin:@10.100.71.101:1521:ORCL
# username: aucma
username: system
# password: aucma
password: 123456
username: aucma
# username: system
password: aucma
# password: 123456
# 从库数据源
slave:
# 从数据源开关/默认关闭
@ -67,7 +67,7 @@
<div class="col-sm-8">
<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>
</div>