MyBatis(五) if判断数值类型,字符类型,集合类型

mybatis做if判断注意

  •   string判断


   str_value = #{strValue}

  •   数值类型(double,integer,float,bigdecimal)


   num_value = #{numValue}

  • 集合类型(list)


   list_value in

   

     #{item}

   

 

你可能感兴趣的:(#,MyBatis)