mybatis根據Map來查詢數據

<select id="findByMap" parameterType="java.util.Map" resultMap="baseResultMap"> select * from t_user t where <choose> <when test="map.keys.size > 0"> <foreach collection="map.
相關文章
相關標籤/搜索