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

This commit is contained in:
RuoYi 2026-04-16 14:23:05 +08:00
parent 62a96dac9d
commit f03d8ce78f

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},