APPLE 3 лет назад
Родитель
Сommit
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){