1、MyBatis的模糊查询. <select id="selectByName" resultType="com.bz.model.entity.User"> SELECT * FROM user WHERE 1=1 AND name like concat('%',#{obj.
確定! 回上一頁