MySQL巨坑 GROUP_CONCAT长度限制

group_concat_max_len 最大默认1024,超过此长度不会报错会被截取
加大
SET GLOBAL group_concat_max_len = 10240000;