Authored by tanling

更新时修改skup_allow_type

... ... @@ -130,6 +130,9 @@
<if test="param.remark != null">
remark=#{param.remark},
</if>
<if test="param.skupAllowType != null">
skup_allow_type=#{param.skupAllowType},
</if>
</set>
where id = #{param.id}
</update>
... ...