songxingwei před 2 roky
rodič
revize
3c07b4c512
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      application/store/controller/Goods.php

+ 1 - 0
application/store/controller/Goods.php

@@ -130,6 +130,7 @@ class Goods extends Controller
                     ->whereIn('status','1,2')
                     ->where('c_id',$data['id'])
                     ->count();
+                echo Db::name('store_order_info')->getLastSql();die;
             }else{
                 $buy_count = 0;
             }