mysql group_concat函数默认长度不够时候
数据库执行
SET GLOBAL group_concat_max_len=102400; SET SESSION group_concat_max_len=102400;
就可以加大函数返回长度。
有时需要重启IIS才能接口才能挣钱返回数组(不知什么原因)