lgy il y a 2 semaines
Parent
commit
38321a6ec8
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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;
     }