|
@@ -373,6 +373,7 @@ 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);
|
|
|
}
|
|
}
|
|
|
|
|
|