wupengfei 2 years ago
parent
commit
193d85343d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/leave/controller/LeaveInfo.php

+ 1 - 1
application/leave/controller/LeaveInfo.php

@@ -42,7 +42,7 @@ class LeaveInfo extends Controller
             ->alias('a')
             ->leftJoin('store_member u','u.id = a.user_id')
             ->where('a.is_deleted',0)
-            ->dateBetween('create_at')
+            ->dateBetween('a.create_at')
             ->page();
     }