From 7a8a8d6c45cb4983f1ba40f6ab1c67a86202dac0 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期六, 12 十一月 2022 10:12:11 +0800
Subject: [PATCH] 1

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

diff --git a/data/db_fn.sql b/data/db_fn.sql
index b7f3395..9e519ae 100644
--- a/data/db_fn.sql
+++ b/data/db_fn.sql
@@ -284,6 +284,8 @@
 select * from bd.dlg_25w_agnp where class != 'BB' limit 1;
 
 select a.* from lf.sys_domain a where exists (select * from lf.sys_dict b where b.ns = 'bd' and b.tab = 'dlg_25w_hyda') and a.dom_code like '210%' order by a.id
+select * from lf.sys_download a where create_user = 1 and type = 2;
+
 
 
 

--
Gitblit v1.9.3