lgy před 1 měsícem
rodič
revize
c0683d7592
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      server/application/api/dao/butt/ButtDao.php

+ 2 - 2
server/application/api/dao/butt/ButtDao.php

@@ -362,12 +362,12 @@ class ButtDao extends ZskkDefaultDao {
 
     public function insertReport($data)
     {
-        return $this->report->insert($data)
+        return $this->report->insert($data);
     }
 
     public function updateReport($data,$where)
     {
-        return $this->report->where($where)->update($data)
+        return $this->report->where($where)->update($data);
     }
 
     public function getPrint($where)