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