From 8fdd10d1c2723ead1d2c3b232f64f292ba3ce1cc Mon Sep 17 00:00:00 2001
From: che_shuai <che_shuai@massclouds>
Date: 星期一, 24 七月 2023 14:10:46 +0800
Subject: [PATCH] 修复在国标级联选择通道时,如果添加通道到跟平台根目录(即平台本身),无法触发目录变更事件问题.详见 https://github.com/648540858/wvp-GB28181-pro/issues/958
---
doc/_content/introduction/config.md | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/doc/_content/introduction/config.md b/doc/_content/introduction/config.md
index 26fa80c..9e8ac0f 100644
--- a/doc/_content/introduction/config.md
+++ b/doc/_content/introduction/config.md
@@ -58,9 +58,7 @@
url: jdbc:postgresql://127.0.0.1:3306/wvp?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&serverTimezone=PRC&useSSL=false&allowMultiQueries=true&allowPublicKeyRetrieval=true
username: root
password: 12345678
-mybatis:
- configuration:
- map-underscore-to-camel-case: true
+
pagehelper:
helper-dialect: postgresql
```
@@ -74,9 +72,7 @@
url: jdbc:kingbase8://127.0.0.1:3306/wvp?useUnicode=true&characterEncoding=utf8
username: root
password: 12345678
-mybatis:
- configuration:
- map-underscore-to-camel-case: true
+
pagehelper:
helper-dialect: postgresql
```
--
Gitblit v1.8.0