Mybatis中insert中返回主键ID的方法时间:2023-03-08 19:34:21<insertid=“doSomething"parameterType="map"useGeneratedKeys="true"keyProperty=“yourId"> ... </insert>