|
@@ -68,8 +68,8 @@ class TestController extends BaseController
|
|
|
foreach ($arr as $item) {
|
|
foreach ($arr as $item) {
|
|
|
$wx = $item['wx'];
|
|
$wx = $item['wx'];
|
|
|
$zfb = $item['zfb'];
|
|
$zfb = $item['zfb'];
|
|
|
- $name = $item['name'];
|
|
|
|
|
$merchantNo = $item['merchantNo'];
|
|
$merchantNo = $item['merchantNo'];
|
|
|
|
|
+ $name = $item['name'] . ' ' . $merchantNo;
|
|
|
$group = [];
|
|
$group = [];
|
|
|
foreach ($wx as $oneWx) {
|
|
foreach ($wx as $oneWx) {
|
|
|
$params = [
|
|
$params = [
|