MyBatis返回值为Map

在使用Spring+MyBatis时,从数据库读取多个字段,多条记录,设置ResultType=Map Mapper中代码以下:html <select id="getCaseDetail" parameterType="map" resultType="map"> select szlx, lasj from ${tablename} where lasj>=#{beg}
相关文章
相关标签/搜索