mybatis判断参数是否等于0写法: <if test="check != null and check != '' " and check =="0".toString() > 必须添加参数.toString(),否则没有效果