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