lgy hai 2 semanas
pai
achega
cb13d4dc9f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;
     }