lgy 2 weeks ago
parent
commit
cb13d4dc9f
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

@@ -240,8 +240,8 @@ abstract class BaseDataBiServies
         ->whereMonth($this->timeFieldName)
         ->group(date_format($this->timeFieldName, "%Y%m%d"))
         ->order(date_format($this->timeFieldName, "%Y%m%d"), 'asc')
-        ->select()
-        ->toArray();
+        ->buildSql();
+        var_dump($days);die;
         return $days;
     }