mirror of https://github.com/jeecgboot/jeecg-boot
解决登录only_full_group_by的报错 #293
parent
6c5060236d
commit
a80b16b366
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue