問題現象:當我們使用Mybatis框架的if標籤作為判斷是否需要where條件時,通常會這麼寫:
<if test="param !=null "> AND param = #{param} </if>
但是是否遇到過傳入的引數為0的情況?