@@ -110,7 +110,8 @@
from
(
select
- id
+ id,
+ date_format(create_time,'%Y-%m-%d') as createTimes
from u_information_query
where
is_deleted = 0