From d91c78e445e49cda5430bd33ef281f60f56a0a2d Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期日, 05 二月 2023 20:09:10 +0800
Subject: [PATCH] 1

---
 data/ts.sql                        |    2 +-
 src/main/resources/application.yml |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/ts.sql b/data/ts.sql
index 4acdd1c..05e029c 100644
--- a/data/ts.sql
+++ b/data/ts.sql
@@ -116,7 +116,7 @@
 -- INSERT INTO bs.m_marker(eventid, segname, markername, photono, createtime, createuser, dirid, depid, verid) VALUES (md5(''), 'seg', '10004', '璀︾ず鐗�10004', now(), 1, 1, 1, 0);
 select * from lf.sys_meta where type='xls' order by id desc;
 select * from lf.sys_meta where type in ('xls', 'xlsx') and eventid is not null and tab is not null and rows > 0 and id in (1209,1180,1387);
-select * from lf.sys_attach;
+select * from lf.sys_attach order by id desc;
 
 
 
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index eeb2cc5..0151845 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -12,8 +12,8 @@
   # redis
   redis:
     database: 0
-    host: 192.168.20.205
-    port: 6369
+    host: 127.0.0.1
+    port: 6379
     password: rediS_5L#F4_Server
     timeout: 6000  # 杩炴帴瓒呮椂鏃堕暱锛堟绉掞級
     pool:

--
Gitblit v1.9.3