From 97c74c4cabbf10a70ae7f772ffeda08cdecd7ae0 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 02 十一月 2022 19:58:18 +0800
Subject: [PATCH] 1

---
 data/db_fn.sql |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/data/db_fn.sql b/data/db_fn.sql
index f9966dd..42ad05a 100644
--- a/data/db_fn.sql
+++ b/data/db_fn.sql
@@ -269,7 +269,12 @@
 and ST_Intersects(geom, 
 ST_PolygonFromText('POLYGON ((115.94927385452 32.3754479115071 0,121.989371092554 32.2766788010181 0,121.850621222894 29.6874200067864 0,115.9727267226 29.7835368627922 0,115.94927385452 32.3754479115071 0))', 4326))
 
+select a.* from lf.sys_domain a inner join lf.sys_dict b on a.dom_name = b.domain_na
+where b.ns = 'bd' and b.tab = 'dlg_25w_hyda' and b.domain_na is not null;
 
+select * from lf.sys_dict where ns = 'bd' and tab = 'dlg_25w_hyda' and domain_na is not null;
+select * from lf.sys_domain where dom_name='dlg25gbcode';
+select * from bd.dlg_25w_aanp;
 
 
 

--
Gitblit v1.9.3