<if test="level != null and level.toString()=='1'"> and t.talent_manager=#{id} </if>
当level!=‘1’ 判断是正确的当level=‘1’时,应走判断但是没有走,为什么
今天也碰到了,不要用数字进行判断就行了