一对多 对子表添加时在form表单 path="tfxqCmsAccount.id"页面报错,对比了下其他可行的,发现其自动生成的子类少了个构造方法
加上
public TfxqCmsMessage(TfxqCmsAccount tfxqCmsAccount){
this.tfxqCmsAccount=tfxqCmsAccount;
}
问题解决
2024-04-10 22:49:12
一对多 对子表添加时在form表单 path="tfxqCmsAccount.id"页面报错,对比了下其他可行的,发现其自动生成的子类少了个构造方法
加上
public TfxqCmsMessage(TfxqCmsAccount tfxqCmsAccount){
this.tfxqCmsAccount=tfxqCmsAccount;
}
问题解决