mysql ,分开的字符串in查询

<select id="SELECT_IN" resultType="map"> select * from JOBS <where>      <if test="other != null"> JOB_TITLE = #{other,jdbcType=VARCHAR} </if> <if test="ids != null"> and JOB_ID in <foreach item="item
相关文章
相关标签/搜索