浏览代码

wes 多宝福袋

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){