lgy 1 ヶ月 前
コミット
c0683d7592
1 ファイル変更2 行追加2 行削除
  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)