lgy 1 bulan lalu
induk
melakukan
c0683d7592
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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)