|
@@ -211,6 +211,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="cover != null and cover != ''">cover = #{cover},</if>
|
|
|
<if test="slideshow != null and slideshow != ''">slideshow = #{slideshow},</if>
|
|
|
<if test="des != null and des != ''">des = #{des},</if>
|
|
|
+ <if test="desEn != null and desEn != ''">des_en = #{desEn},</if>
|
|
|
<if test="delivery != null and delivery != ''">delivery = #{delivery},</if>
|
|
|
<if test="deliveryEn != null and deliveryEn != ''">delivery_en = #{deliveryEn},</if>
|
|
|
<if test="producedTime != null ">produced_time = #{producedTime},</if>
|