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)