shish il y a 6 mois
Parent
commit
273e9ea9d4
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app-hd/controllers/ProductController.php

+ 1 - 0
app-hd/controllers/ProductController.php

@@ -183,6 +183,7 @@ class ProductController extends BaseController
         $num = floatval($num);
         $num = (int)$num;
         $type = $get['type'] ?? 0;
+        $priceOption = $get['priceOption'] ?? 0;
         $info = ProductClass::getById($id, true);
         if (empty($info)) {
             util::fail('没有找到花材');