|
@@ -38,7 +38,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
<if test="companyId != null ">company_id,</if>
|
|
|
<if test="title != null and title != ''">title,</if>
|
|
|
- <if test="titleEn != null and titleEn != ''">titleEn,</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="img != null and img != ''">img,</if>
|