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