|
@@ -449,6 +449,7 @@
|
|
|
<if test="singlePurchaseLimit != null">single_purchase_limit = #{singlePurchaseLimit},</if>
|
|
<if test="singlePurchaseLimit != null">single_purchase_limit = #{singlePurchaseLimit},</if>
|
|
|
<if test="activityType != null">activity_type = #{activityType},</if>
|
|
<if test="activityType != null">activity_type = #{activityType},</if>
|
|
|
<if test="tagInfo != null and tagInfo != ''">tag_info = #{tagInfo},</if>
|
|
<if test="tagInfo != null and tagInfo != ''">tag_info = #{tagInfo},</if>
|
|
|
|
|
+ <if test="tagInfo == null or tagInfo == ''">tag_info = #{tagInfo},</if>
|
|
|
</trim>
|
|
</trim>
|
|
|
where product_id = #{productId}
|
|
where product_id = #{productId}
|
|
|
</update>
|
|
</update>
|