mybatis 对一个字段进行多次模糊匹配 怎么配置

2025-04-14 23:11:33
推荐回答(1个)
回答1:

用foreach标签

select * from table

   
      name like '%${item}%'