lgy 1 tháng trước cách đây
mục cha
commit
c0683d7592
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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)