|
@@ -161,9 +161,7 @@
|
|
<if test="remark != null and remark != '' ">
|
|
<if test="remark != null and remark != '' ">
|
|
REMARK = #{remark},
|
|
REMARK = #{remark},
|
|
</if>
|
|
</if>
|
|
- <if test="parmType != null">
|
|
|
|
- parm_type = #{parmType},
|
|
|
|
- </if>
|
|
|
|
|
|
+ parm_type = #{parmType},
|
|
<if test="seq != null and seq != '' ">
|
|
<if test="seq != null and seq != '' ">
|
|
SEQ = #{seq},
|
|
SEQ = #{seq},
|
|
</if>
|
|
</if>
|