This commit is contained in:
尖叫 2023-11-29 17:03:58 +08:00
parent fa710b6d5b
commit aa55c392cf

View File

@ -44,6 +44,7 @@ class BannerController extends Controller
foreach ($list as $key => $value) { foreach ($list as $key => $value) {
if (in_array($value['id'], $banner_arr)) { if (in_array($value['id'], $banner_arr)) {
$arr[] = $value; $arr[] = $value;
unset($list[$key]);
} }
} }