mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-24 10:22:32 +08:00
Update UserRebate.php
This commit is contained in:
parent
3bdfb914ed
commit
994a15e721
@ -63,7 +63,9 @@ class UserRebate extends Controller
|
|||||||
if ($user['id'] === $vo['order_uid']) $vo['user'] = $user;
|
if ($user['id'] === $vo['order_uid']) $vo['user'] = $user;
|
||||||
}
|
}
|
||||||
foreach ($goodsItem as $goods) {
|
foreach ($goodsItem as $goods) {
|
||||||
if ($goods['order_no'] === $vo['order_no']) $vo['list'][] = $goods;
|
if ($goods['order_no'] === $vo['order_no']) {
|
||||||
|
$vo['list'][] = $goods;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user