首页 > TAG信息列表 > FSSR

使用mybatis和oracle数据库案例

mapper.xml文件编写 插入并返回主键id <!-- 插入数据库返回id值--> <insert id="insertSelective" parameterType="com.sparrow.ework.mybatis.vo.fssr.TbFssrRkfh"> <selectKey keyProperty="id" resultType="java.lang.String"