今天 用SPringMVC +mybatis ,mybatis
類型設置的是Integer ,設置的值是0,在mapper中 判斷,app
<if test="channelType != null and channelType !=''">
AND CHANNEL_TYPE = #{channelType,jdbcType=VARCHAR}
</if> 測試
一直進不去,通過測試 發現test
Integer a=0;
if(a.equals("")){
System.out.println( a+1 );
}jdbc
Integer 0=0;map
在進行判斷是否爲空時,發現爲空,但不是null。channel