去掉水滴
This commit is contained in:
@@ -31,6 +31,9 @@ class OpenProduct
|
|||||||
|
|
||||||
$product_id_name = [];
|
$product_id_name = [];
|
||||||
foreach ($product_list as $v) {
|
foreach ($product_list as $v) {
|
||||||
|
if ($v['Id'] == 28) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
$product_id_name[$v['Id']] = $v['Name'];
|
$product_id_name[$v['Id']] = $v['Name'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user