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