Browse Source

no message

Tree 1 tháng trước cách đây
mục cha
commit
5572fcbedc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Http/Controllers/Game/RechargeController.php

+ 1 - 1
app/Http/Controllers/Game/RechargeController.php

@@ -40,7 +40,7 @@ class RechargeController
 
         $list = DB::table('agent.dbo.recharge_gear')
             ->where('in_shop', 1)
-            ->where('money','>', 10)
+//            ->where('money','>', 10)
             ->select('id','money','favorable_price','give','recommend','gear')
             ->orderBy('money', 'asc')->where('status', 1)->get();