mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
解决登录only_full_group_by的报错 #293
This commit is contained in:
@ -30,7 +30,7 @@
|
|||||||
DATE_FORMAT(create_time, '%m-%d') as type
|
DATE_FORMAT(create_time, '%m-%d') as type
|
||||||
from sys_log
|
from sys_log
|
||||||
where log_type = 1 and create_time >= #{dayStart} and create_time < #{dayEnd}
|
where log_type = 1 and create_time >= #{dayStart} and create_time < #{dayEnd}
|
||||||
group by tian
|
group by tian,type
|
||||||
order by tian asc
|
order by tian asc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user