lgy 4 주 전
부모
커밋
0e3972bfb7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      server/application/api/dao/butt/ButtDao.php

+ 0 - 1
server/application/api/dao/butt/ButtDao.php

@@ -373,7 +373,6 @@ class ButtDao extends ZskkDefaultDao {
 
     public function insertDmLog($insert)
     {
-        $this->dmlog->where('id <> 0')->delete();
         return $this->dmlog->insert($insert);
     }