作者 邓超

预热邮件

... ... @@ -76,6 +76,7 @@ class HotMailArchive {
$this->db->delete(listsSql::$table,['id'=>$item['id']]);
}
}
return true;
});
$this->move($fid);
... ...
... ... @@ -403,12 +403,14 @@ trait DbQuery {
try {
if($call($this->getClient(),...$params)){
$this->getClient()->commit();
return true;
}
}catch (\Throwable $e){
}
$this->getClient()->rollBack();
return false;
}
... ...