Kirin 2 years ago
parent
commit
c48881e5d3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/admin/controller/store/Placeorder.php

+ 1 - 0
app/admin/controller/store/Placeorder.php

@@ -118,6 +118,7 @@ class Placeorder extends AuthController
                 $info = [];
             }
         }
+        var_dump($info);
         $product = \app\admin\model\store\StoreProduct::get($info['product_id']);
         $discounts = json_decode($product['time_area_discount'], true);
         $discount = 0;