|
@@ -62,12 +62,12 @@
|
|
|
<if test="model != null">
|
|
|
#{model,jdbcType=LONGVARCHAR},
|
|
|
</if>
|
|
|
- <if test="variable != null">
|
|
|
- #{variable,jdbcType=LONGVARCHAR},
|
|
|
- </if>
|
|
|
<if test="parentId != null">
|
|
|
#{parentId,jdbcType=LONGVARCHAR},
|
|
|
</if>
|
|
|
+ <if test="variable != null">
|
|
|
+ #{variable,jdbcType=LONGVARCHAR},
|
|
|
+ </if>
|
|
|
<if test="config != null">
|
|
|
#{config,jdbcType=LONGVARCHAR},
|
|
|
</if>
|