mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 15:42:48 +08:00
调整
This commit is contained in:
@@ -73,7 +73,6 @@ abstract class OneToOne extends Relation
|
|||||||
|
|
||||||
// 预载入封装
|
// 预载入封装
|
||||||
$joinTable = $this->query->getTable();
|
$joinTable = $this->query->getTable();
|
||||||
$joinName = Loader::parseName(basename(str_replace('\\', '/', $this->model)));
|
|
||||||
$joinAlias = $relation;
|
$joinAlias = $relation;
|
||||||
$query->via($joinAlias);
|
$query->via($joinAlias);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user