mysql contact_ws函数 字符串被截断问题时间:2023-03-08 21:38:13contact函数默认有字符串长度限制,解决方法:SET group_concat_max_len = 20000这个参数设置一下就好了