From c565deb6ad9903ddc7fb09647adf4fc2cc31ef49 Mon Sep 17 00:00:00 2001
From: xing <xingjs@qq.com>
Date: 星期一, 27 二月 2023 17:21:27 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 data/db_tab.sql |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/data/db_tab.sql b/data/db_tab.sql
index 46aa77a..42972da 100644
--- a/data/db_tab.sql
+++ b/data/db_tab.sql
@@ -547,7 +547,7 @@
 --insert into lf.sys_role_menu_auth (roleid,menu_auth_id) values (1,1);
 
 select * from lf.sys_role_menu_auth;
------------------------------------------------------------------------------------------------------ 16.婧愭暟鎹〃
+----------------------------------------------------------------------------------------------------- 16.鍏冩暟鎹〃
 -- DROP TABLE IF EXISTS lf.sys_meta;
 create table lf.sys_meta (
   id serial primary key,
@@ -576,10 +576,10 @@
 );
 -- drop index index_sys_meta_geom;
 create index index_sys_meta_geom on lf.sys_meta using GIST (geom);
-comment on table lf.sys_meta is '婧愭暟鎹〃';
+comment on table lf.sys_meta is '鍏冩暟鎹〃';
 comment on column lf.sys_meta.id is '涓婚敭ID';
 comment on column lf.sys_meta.eventid is 'GUID';
-comment on column lf.sys_meta.metaid is '鐖舵簮鏁版嵁ID锛�0-娌℃湁';
+comment on column lf.sys_meta.metaid is '鐖跺厓鏁版嵁ID锛�0-娌℃湁';
 comment on column lf.sys_meta.ismeta is '鏄惁涓哄厓鏁版嵁';
 comment on column lf.sys_meta.dirid is '鐩綍ID';
 comment on column lf.sys_meta.depid is '鍗曚綅ID';
@@ -783,7 +783,7 @@
 comment on table lf.sys_download is '涓嬭浇琛�';
 comment on column lf.sys_download.id is '涓婚敭ID';
 comment on column lf.sys_download.name is '鍚嶇О';
-comment on column lf.sys_download.type is '绫诲瀷锛�1-Shp鏂囦欢锛�2-涓撻鍥撅紝3-婧愭暟鎹紝4-涓氬姟鏁版嵁锛�5-绠¢亾鍒嗘瀽锛�6-缁熻鎶ュ憡';
+comment on column lf.sys_download.type is '绫诲瀷锛�1-Shp鏂囦欢锛�2-涓撻鍥撅紝3-鍏冩暟鎹紝4-涓氬姟鏁版嵁锛�5-绠¢亾鍒嗘瀽锛�6-缁熻鎶ュ憡';
 comment on column lf.sys_download.depid is '鍗曚綅ID';
 comment on column lf.sys_download.sizes is '鏂囦欢澶у皬锛氬崟浣峂B';
 comment on column lf.sys_download.dcount is '涓嬭浇娆℃暟';
@@ -1183,7 +1183,7 @@
 comment on column lf.sys_coord.remarks is '澶囨敞';
 
 select * from lf.sys_coord;
------------------------------------------------------------------------------------------------------ 35.婧愭暟鎹�-涓嬭浇琛�
+----------------------------------------------------------------------------------------------------- 35.鍏冩暟鎹�-涓嬭浇琛�
 -- drop table if exists lf.sys_meta_down;
 create table lf.sys_meta_down(
   id serial primary key,
@@ -1192,9 +1192,9 @@
   create_user integer default 1,
   create_time timestamp(6) without time zone default now()
 );
-comment on table lf.sys_meta_down is '婧愭暟鎹�-涓嬭浇琛�';
+comment on table lf.sys_meta_down is '鍏冩暟鎹�-涓嬭浇琛�';
 comment on column lf.sys_meta_down.id is '涓婚敭ID';
-comment on column lf.sys_meta_down.metaid is '婧愭暟鎹甀D';
+comment on column lf.sys_meta_down.metaid is '鍏冩暟鎹甀D';
 comment on column lf.sys_meta_down.downid is '涓嬭浇ID';
 comment on column lf.sys_meta_down.create_user is '鍒涘缓浜篒D';
 comment on column lf.sys_meta_down.create_time is '鍒涘缓鏃堕棿';

--
Gitblit v1.9.3