优化代码生成同步操作column_type没更新问题
This commit is contained in:
parent
ec11034c61
commit
45890b4641
|
|
@ -94,6 +94,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<set>
|
<set>
|
||||||
column_comment = #{columnComment},
|
column_comment = #{columnComment},
|
||||||
java_type = #{javaType},
|
java_type = #{javaType},
|
||||||
|
column_type = #{columnType},
|
||||||
java_field = #{javaField},
|
java_field = #{javaField},
|
||||||
is_insert = #{isInsert},
|
is_insert = #{isInsert},
|
||||||
is_edit = #{isEdit},
|
is_edit = #{isEdit},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user