mybatise

同一字段多模糊查询

<foreach collection="typeList" index="index" item="item" open="("
separator="or" close=")">
s.type like concat(concat('%',#{item}),'%')
</foreach>

相关文章:

  • 2021-09-28
  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
  • 2021-07-13
  • 2022-12-23
  • 2021-06-05
  • 2022-12-23
猜你喜欢
  • 2021-12-17
  • 2022-02-19
  • 2021-12-24
  • 2021-11-18
  • 2021-08-25
  • 2022-12-23
  • 2021-09-12
相关资源
相似解决方案