当前位置: 首页 > 工具软件 > Mapper > 使用案例 >

mapper where使用

麹承
2023-12-01

<where>

<if test= "id!=null">

AND t1.fid = #{id,jdbcType=VARCHAR}

</if>

</where>

jdbctype 一定要写

 类似资料: