0

@Modifying
@Query( “{‘recordId’ :?0}”)
//@Query( “delete from Comment comment where comment.recordId= :?0”)
void deleteByRecordId(String recordId);

这种配置无法删除 请教高人指点