用||连接百分号和keyword是关键。
select count(*) from dmo_project a where a.userid=#{uid} AND a.name LIKE '%'||#{keyword,jdbcType=VARCHAR}||'%'
END