LogDB数据库 记录每个报表的登录信息吗?比如,登陆时间、登录人、登录IP等
fine_record_login这个表记录不到报表的登陆时间
LogDB 表结构 - FineReport帮助文档 - 全面的报表使用教程和学习资料 (fanruan.com)
报表日志 LogDB 数据库 - FineReport帮助文档 - 全面的报表使用教程和学习资料 (fanruan.com)
todate函数
https://help.fanruan.com/finereport/doc-view-3742.html
把time转为时间类型
from_unixtime( left ( time, 10 ),'%Y-%m-%d %T') mysql写法