From 43863b3aa96e223fa3835245ad0d2c932bf63559 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 23 十二月 2022 16:21:52 +0800 Subject: [PATCH] 1 --- data/db_fn.sql | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/data/db_fn.sql b/data/db_fn.sql index 1c4ac3b..291d22c 100644 --- a/data/db_fn.sql +++ b/data/db_fn.sql @@ -354,9 +354,7 @@ relnamespace in (29258) group by type; select count(*) from lf.sys_downlog a inner join lf.sys_user b on a.create_user = b.id inner join lf.sys_download c on a.downid = c.id -WHERE 1 = 1 and b.uname like '%绠$悊鍛�%' and c.type = ? and a.create_time >= ? and a.create_time <= ? - - +WHERE 1 = 1 and b.uname like '%绠$悊鍛�%' and c.type = 3 and a.create_time >= ? and a.create_time <= ? select * from lf.sys_download -- Gitblit v1.9.3