Browse Source

解决商户荣誉管理界面新增荣誉信息,保存报错

kouchengxing 5 years ago
parent
commit
315370c87c

+ 1 - 1
dgtly-system/src/main/resources/mapper/companyext/CompanyHonourMapper.xml

@@ -40,7 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="title != null  and title != ''">title,</if>
             <if test="titleEn != null  and titleEn != ''">title_en,</if>
             <if test="des != null  and des != ''">des,</if>
-            <if test="desEn != null  and desEn != ''">desEn,</if>
+            <if test="desEn != null  and desEn != ''">des_en,</if>
             <if test="img != null  and img != ''">img,</if>
             <if test="createBy != null  and createBy != ''">create_by,</if>
             <if test="createTime != null ">create_time,</if>