1、tp内核更新
2、时间格式bug更新
This commit is contained in:
@@ -63,7 +63,7 @@ trait SoftDelete
|
||||
$this->data[$name] = $this->autoWriteTimestamp($name);
|
||||
$result = $this->isUpdate()->save();
|
||||
} else {
|
||||
$result = $this->db()->delete($this->data);
|
||||
$result = $this->db(false)->delete($this->data);
|
||||
}
|
||||
|
||||
$this->trigger('after_delete', $this);
|
||||
|
||||
Reference in New Issue
Block a user