This commit is contained in:
2021-10-19 18:28:18 +08:00
parent 4a951a3567
commit 550aa6a087
+3
View File
@@ -311,6 +311,9 @@ class Model extends Base\Model
private function runRelate(): array
{
$relates = [];
var_dump($this->getWith());
if (empty($with = $this->getWith())) {
return $relates;
}