|
|
@@ -132,6 +132,9 @@ class CheckOrderController extends BaseController
|
|
|
if (isset($item['bigNum']) && $item['bigNum'] == 99999) {
|
|
|
$ghsItemInfo[$key]['bigNum'] = 0;
|
|
|
}
|
|
|
+ if (isset($item['productId']) && $item['productId'] == 88456) {
|
|
|
+ unset($ghsItemInfo[$key]);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
$post['itemInfo'] = $ghsItemInfo;
|