使用mybatis查询返回的结果时间只显示日期,不显示时分秒,返回的是resultType="hashmap",我没有用映射,请问这个该怎么解决,下面是代码
select * from operation_record a join login b where a.loginName=b.loginName
and b.name like '%${name}%'
and a.operation_time between '${startDateTime}' and '${endDateTime}' limit ${page}, 20