...
|
...
|
@@ -178,7 +178,7 @@ class MeTrusteeshipController extends WeChatBaseController |
|
|
);
|
|
|
|
|
|
$data_one = array_merge($one_collocation_data_one,$one_subjoin_data_one);
|
|
|
$data_one = $this->regroup($data_one,1);exit();
|
|
|
$data_one = $this->regroup($data_one,1);
|
|
|
$data_two = array_merge($one_collocation_data_two,$one_subjoin_data_two);
|
|
|
$data_two = $this->regroup($data_two,2);
|
|
|
$data_three = array_merge($one_collocation_data_three,$one_subjoin_data_three);
|
...
|
...
|
|