mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 07:02:47 +08:00
修正traits\model
This commit is contained in:
@@ -375,7 +375,7 @@ trait Relation
|
||||
return false;
|
||||
}
|
||||
if (!empty($this->_link)) {
|
||||
$fields = $this->getDbFields();
|
||||
$fields = $this->getFields();
|
||||
// 遍历关联定义
|
||||
foreach ($this->_link as $key => $val) {
|
||||
// 操作制定关联类型
|
||||
|
||||
Reference in New Issue
Block a user