|
@@ -37,6 +37,9 @@
|
|
|
<if test="model != null">
|
|
|
`model`,
|
|
|
</if>
|
|
|
+ <if test="parentId != null">
|
|
|
+ `parent_id`,
|
|
|
+ </if>
|
|
|
<if test="variable != null">
|
|
|
`variable`,
|
|
|
</if>
|
|
@@ -62,6 +65,9 @@
|
|
|
<if test="variable != null">
|
|
|
#{variable,jdbcType=LONGVARCHAR},
|
|
|
</if>
|
|
|
+ <if test="parentId != null">
|
|
|
+ #{parentId,jdbcType=LONGVARCHAR},
|
|
|
+ </if>
|
|
|
<if test="config != null">
|
|
|
#{config,jdbcType=LONGVARCHAR},
|
|
|
</if>
|