mybatis查询时区分大小写

在查询条件中加入 BINARYhtml <sql id="condition_sql" > <if test="name != null" > and BINARY name = #{name} </if> <if test="passwd != null" > and BINARY passwd =
相关文章
相关标签/搜索