优化代码生成同步操作column_type没更新问题

This commit is contained in:
RuoYi 2026-04-16 14:22:46 +08:00
parent ec11034c61
commit 45890b4641

View File

@ -94,6 +94,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<set>
column_comment = #{columnComment},
java_type = #{javaType},
column_type = #{columnType},
java_field = #{javaField},
is_insert = #{isInsert},
is_edit = #{isEdit},