Mybatis 实现传入参数是表名

<select id="totals" resultType="string">
	    select count(*) from ${table}
	</select>

  

posted on 2016-02-05 23:20  LittlePony  阅读(2647)  评论(0编辑  收藏  举报

导航