Mybatis 实现传入参数是表名
<select id="totals" resultType="string">
select count(*) from ${table}
</select>
posted on 2016-02-05 23:20 LittlePony 阅读(2656) 评论(0) 收藏 举报
<select id="totals" resultType="string">
select count(*) from ${table}
</select>
posted on 2016-02-05 23:20 LittlePony 阅读(2656) 评论(0) 收藏 举报