|
@@ -83,6 +83,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="dtNickname != null">dt_nickname,</if>
|
|
|
<if test="tableKey != null">table_key,</if>
|
|
|
<if test="sqlKey != null">sql_key,</if>
|
|
|
+ <if test="dtType != null">dt_type,</if>
|
|
|
<if test="dtTableName != null">dt_table_name,</if>
|
|
|
<if test="dtNotes != null">dt_notes,</if>
|
|
|
<if test="dtColumnName != null">dt_column_name,</if>
|
|
@@ -103,6 +104,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="dtNickname != null">#{dtNickname},</if>
|
|
|
<if test="tableKey != null">#{tableKey},</if>
|
|
|
<if test="sqlKey != null">#{sqlKey},</if>
|
|
|
+ <if test="dtType != null">#{dtType},</if>
|
|
|
<if test="dtTableName != null">#{dtTableName},</if>
|
|
|
<if test="dtNotes != null">#{dtNotes},</if>
|
|
|
<if test="dtColumnName != null">#{dtColumnName},</if>
|