【处理方案】
当test为字符串时使用:
"<if test='map.test!= null and map.test!= \"\"'>",
" where xxx = #{map.test}",
"</if>"
当test为integer类型时使用:
"<if test='map.test!= null'>",
" where xxx = #{map.test}",
【处理方案】
当test为字符串时使用:
"<if test='map.test!= null and map.test!= \"\"'>",
" where xxx = #{map.test}",
"</if>"
当test为integer类型时使用:
"<if test='map.test!= null'>",
" where xxx = #{map.test}",