5.0.0 - 严重 - 未处理
5.0.3的时候正常,更新到5.0.4后聚合模型新增内容出错
1、关联模型定义
// 定义关联模型列表
protected $relationModel = ['ContentData'];
// 定义关联外键
protected $fk = 'aid';
// 为混淆字段定义映射
protected $mapFields = [
'aid' => 'content.aid',
'data_aid' => 'ContentData.aid',
];2、发现Merge.php文件执行后插入附表数据这里数据丢失报错