MyBatis Empty Set Tag: Fix with Default Values
If there is no content inside the
<set>
column_name = #{propertyName, jdbcType=VARCHAR, javaType=String, mode=IN}
</set>
In this way, even if there is no content inside the
If there is no content inside the
<set>
column_name = #{propertyName, jdbcType=VARCHAR, javaType=String, mode=IN}
</set>
In this way, even if there is no content inside the