mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
修正Query类的useSoftDelete方法返回值
This commit is contained in:
@@ -1134,6 +1134,7 @@ class Query
|
|||||||
if ($field) {
|
if ($field) {
|
||||||
$this->options['soft_delete'] = [$field, $condition ?: ['null', '']];
|
$this->options['soft_delete'] = [$field, $condition ?: ['null', '']];
|
||||||
}
|
}
|
||||||
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user