登录only_full_group_by的报错 #293

This commit is contained in:
zhangdaihao 2019-07-19 16:18:38 +08:00
parent 9a80028a0b
commit 744ace0cc6
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
DATE_FORMAT(create_time, '%m-%d') as type
from sys_log
where log_type = 1 and create_time >= #{dayStart} and create_time < #{dayEnd}
group by tian
group by tian,type
order by tian asc
</select>