摘要: --Mapper文件中 select * from user where name LIKE CONCAT('%',CONCAT(#{firstName}, '%')) select * from user where name like '%万里哥%' 阅读全文
posted @ 2021-03-12 11:29 万里哥 阅读(558) 评论(0) 推荐(0) 编辑