What is the difference between #{id} and #{id,jdbcType=VARCHAR} in mybatis?
#{id}
#{id,jdbcType=VARCHAR}
I find the results are same.And there is no error of them.