优化CURD代码生成关联
This commit is contained in:
@@ -50,6 +50,7 @@ trait Backend
|
||||
$res = $this->model
|
||||
->field($this->indexField)
|
||||
->withJoin($this->withJoinTable, $this->withJoinType)
|
||||
->with($this->withJoinTable)
|
||||
->alias($alias)
|
||||
->where($where)
|
||||
->order($order)
|
||||
|
||||
Reference in New Issue
Block a user