APPLE пре 3 година
родитељ
комит
c5ff168a3a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/admin/logic/WithdrawLogic.php

+ 1 - 1
app/admin/logic/WithdrawLogic.php

@@ -26,7 +26,7 @@ class WithdrawLogic
             $data = WithDrawLogModel::where('status', 1)
                 ->where(function($query) use($time){
                     if($time){
-                        $query->where('creat_at','>=', $time);
+                        $query->where('create_at','>=', $time);
                     }
                 })->sum('practical_money');
             if($data){