mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-13 13:42:53 +00:00
解决登录only_full_group_by的报错 #293
This commit is contained in:
parent
6c5060236d
commit
a80b16b366
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user