报错
columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by mysql8.0
解决
执行
set @@GLOBAL.sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION';
项目访问需要重启项目