Update UserRebate.php

This commit is contained in:
邹景立 2021-03-15 18:34:45 +08:00
parent 3bdfb914ed
commit 994a15e721

View File

@ -63,7 +63,9 @@ class UserRebate extends Controller
if ($user['id'] === $vo['order_uid']) $vo['user'] = $user;
}
foreach ($goodsItem as $goods) {
if ($goods['order_no'] === $vo['order_no']) $vo['list'][] = $goods;
if ($goods['order_no'] === $vo['order_no']) {
$vo['list'][] = $goods;
}
}
}
}