jeesite 一对多,对子表单独修改时,总是提示参数有误,服务器无法解析.
展开全部
我遇到了同类错误,说说我的解决办法
我的项目中TfxqCmsWjxx父表实体类
private TfxqCmsWjxx tfxqCmsWjxx; // tfxq_cms_wjxx_id 父类
这个属性有个setter和getter方法,看到那个@length注解,把它删了就行了
可用记得顶一下
private static final long serialVersionUID = 1L;
private TfxqCmsWjxx tfxqCmsWjxx; // tfxq_cms_wjxx_id 父类
private String title; // title
public TfxqCmsQuestion() {
super();
}
public TfxqCmsQuestion(String id){
super(id);
}
@Length(min=0, max=36, message="tfxq_cms_wjxx_id长度必须介于 0 和 36 之间")
public TfxqCmsQuestion(TfxqCmsWjxx tfxqCmsWjxx){
this.tfxqCmsWjxx = tfxqCmsWjxx;
}
public TfxqCmsWjxx getTfxqCmsWjxx() {
return tfxqCmsWjxx;
}
public void setTfxqCmsWjxx(TfxqCmsWjxx tfxqCmsWjxx) {
this.tfxqCmsWjxx = tfxqCmsWjxx;
}
@Length(min=0, max=20, message="title长度必须介于 0 和 20 之间")
public String getTitle() {
return title;
}
追问
我们的问题不一样,我是跳转的路径不对,我是利用一对多的形式,单独对子表修改,跳转时。实体类的路径总是子表实体类的路径加主表实体类路径
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询