Vote sourceVote = fetch(voteId); Vote newVote = dao().insert(sourceVote);
插入后sourceVote 的id会变成新id 能不变吗
不能
哦 原来一直以为不会修改 都是写的 a = dao().insert(a);