Bladeren bron

feat: 订单列表增加 互医用户id搜索功能

yh 3 weken geleden
bovenliggende
commit
700318edfa

+ 5 - 0
fs-admin/src/main/resources/application-dev.yml

@@ -38,6 +38,11 @@ spring:
                 url: jdbc:mysql://10.0.0.3:3306/fs_ffhx_shop?allowMultiQueries=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
                 username: fhhxadmin
                 password: fhhx_1q0p2w9o3e8i
+            # huyi 数据源
+            huyi:
+                url: jdbc:mysql://1.14.207.209:8008/fs_his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+                username: root
+                password: X7k#9mPq$2LvR&5n
             # 初始连接数
             initialSize: 5
             # 最小连接池数量

+ 4 - 0
fs-company/src/main/resources/application-dev.yml

@@ -38,6 +38,10 @@ spring:
                 url: jdbc:mysql://10.0.0.3:3306/fs_ffhx_shop?allowMultiQueries=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
                 username: fhhxadmin
                 password: fhhx_1q0p2w9o3e8i
+            huyi:
+                url: jdbc:mysql://1.14.207.209:8008/fs_his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+                username: root
+                password: X7k#9mPq$2LvR&5n
             # 初始连接数
             initialSize: 5
             # 最小连接池数量