From 89a6c7ac02621c592a8168ef857b44696d701250 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 01 三月 2023 18:22:09 +0800
Subject: [PATCH] 1

---
 data/db_cx.sql |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/db_cx.sql b/data/db_cx.sql
index 39a9a2a..81e1ce9 100644
--- a/data/db_cx.sql
+++ b/data/db_cx.sql
@@ -44,7 +44,7 @@
   left join pg_class c on a.attrelid = c.oid
   left join pg_type d on a.atttypid = d.oid
   left join information_schema.tables e on e.table_name = c.relname
-where a.attnum >= 0 and reltype > 0 and a.attname = 'verid' and d.typname != 'int4' --and relnamespace in (29257,20582)
+where a.attnum >= 0 and reltype > 0 and a.attname = 'updateuser' and d.typname != 'int4' --and relnamespace in (29257,20582)
 order by c.relname desc, a.attnum asc;
 
 select pg_constraint.conname as pk_name,pg_attribute.attname as colname,pg_type.typname as typename from pg_constraint inner join pg_class 
@@ -379,7 +379,7 @@
 delete from lf.sys_operate where modular1 not in ('缁煎悎灞曠ず','鏁版嵁璐ㄦ','鏁版嵁绠$悊','鏁版嵁浜ゆ崲','鏈嶅姟绠$悊','绯荤粺瀵规帴','杩愮淮绠$悊');
 select id,cn_name,elev from lf.sys_layer where cn_name in ('鐏溅绔�','鍦颁笅绠$嚎','涓崼绔�','搴嗛槼绔�','鍦板眰绀轰緥');
 
-
+select * from lf.sys_dir where pid=0 order by code;
 
 
 

--
Gitblit v1.9.3