XML传值

对象传值

<select id="getPropertyObjectList" resultType="java.util.Map">
        select ${paramCol} FROM ${paramTable}
        <if test="paramReq != null and paramReq !=''">
            WHERE ${paramReq}
        </if>
    </select>

 

posted @ 2022-08-18 10:39  Barry_Song  阅读(46)  评论(0)    收藏  举报