|
|
@@ -218,7 +218,7 @@ class CheckOrderController extends BaseController
|
|
|
if (!empty($list)) {
|
|
|
foreach ($list as $key => $info) {
|
|
|
$id = $info->id ?? 0;
|
|
|
- if ($info->virtualStock == 1) {
|
|
|
+ if ($info->virtualStock == 0) {
|
|
|
$productList[] = ['productId' => $id, 'bigNum' => 0, 'smallNum' => 0];
|
|
|
}
|
|
|
}
|