Not supported for DML operations :
需要添加@Modifying注解
@Modifying
@Query("update Company u set u.name = ?1")
int updateName(String name);
Not supported for DML operations :
需要添加@Modifying注解
@Modifying
@Query("update Company u set u.name = ?1")
int updateName(String name);
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M