lgy 2 weeks ago
parent
commit
38321a6ec8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      jcjyhr/app/admin/servies/bi/BaseDataBiServies.php

+ 2 - 2
jcjyhr/app/admin/servies/bi/BaseDataBiServies.php

@@ -245,8 +245,8 @@ abstract class BaseDataBiServies
         ->whereMonth($this->timeFieldName)
         ->group('day')
         ->order('day', 'asc')
-        ->select()
-        ->toArray();
+        ->buildSql();
+        var_dump($days);
         return $days;
     }