hibernate+spring 一对一保存出错

0
Hibernate Spring C/C++ 13515 次浏览

procurePlan的主键id和procureNew的主键procureId是一对一的关系,procurePlan是主表,procureNew是从表,

在domian中procurePlan的代码如下:

在domian中procureNew的代码如下:

我的后台代码是这么写的:

保存下错误:

如果把procure.setProcurePlan(procurePlan);这行代码去掉就会报如下错:

前端代码如下:

这该怎么办?


请尽量让自己的答案能够对别人有帮助

3个答案

默认排序 按投票排序