oracle实现搜索不区分大小写 <if test="code != null and code != ''">and upper(code) like upper('%${code}%') </if> 关键字upper