| | |
| | | <if test="whetherToCollect != null">whether_to_collect,</if> |
| | | <if test="defaultValue != null">default_value,</if> |
| | | <if test="productModel != null">product_model,</if> |
| | | <if test="itemType != null">item_type,</if> |
| | | |
| | | </trim> |
| | | <trim prefix="values (" suffix=")" suffixOverrides=","> |
| | |
| | | <if test="whetherToCollect != null">#{whetherToCollect},</if> |
| | | <if test="defaultValue != null">#{defaultValue},</if> |
| | | <if test="productModel != null">#{productModel},</if> |
| | | <if test="itemType != null">#{itemType},</if> |
| | | |
| | | </trim> |
| | | </insert> |
| | |
| | | <if test="whetherToCollect != null">whether_to_collect = #{whetherToCollect},</if> |
| | | <if test="defaultValue != null">default_value = #{defaultValue},</if> |
| | | <if test="productModel != null">product_model = #{productModel},</if> |
| | | <if test="itemType != null">item_type = #{itemType},</if> |
| | | |
| | | </trim> |
| | | where id = #{id} |