随笔分类 -  MyBatis

摘要:Mybatis中LIKE的三种写法 第一种写法: <select id="queryPersonList" resultMap="BaseResultMap"> SELECT personName, personPassword, address FROM person_info <where> 1 阅读全文
posted @ 2021-07-27 12:43 北国浪子