lgy 4 settimane fa
parent
commit
0e3972bfb7
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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);
     }