美文网首页
2019-07-17-mybatis bind拼字符串

2019-07-17-mybatis bind拼字符串

作者: 一_贫 | 来源:发表于2019-12-26 09:35 被阅读0次
    <select>
      <bind userNameLike "%userName%"/>
    like #{userName}
    </select>
    

    相关文章

      网友评论

          本文标题:2019-07-17-mybatis bind拼字符串

          本文链接:https://www.haomeiwen.com/subject/gaeqlctx.html