Browse Source

商品详情页,商品描述图片不展示bug修改

kouchengxing 4 years ago
parent
commit
31b7ecef48

+ 1 - 0
dgtly-goods/dgtly-goods-common/src/main/resources/mapper/goods/GoodsInfoMapper.xml

@@ -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>