日期:2014-05-17 浏览次数:20718 次
<select id="getOtherList" resultType="map"> select ${colName} from $tableName$ <where> dept_id=#{deptID} </where> </select>