|
@@ -13,7 +13,7 @@
|
|
<insert id="insertShopInfo">
|
|
<insert id="insertShopInfo">
|
|
insert into cm_brand_auth_shop_info
|
|
insert into cm_brand_auth_shop_info
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
- authUserId,brandId,countryId,securityLink,
|
|
|
|
|
|
+ authUserId,brandId,countryId,securityLink,manufacturer,
|
|
<if test="statementType != null">
|
|
<if test="statementType != null">
|
|
statementType,
|
|
statementType,
|
|
</if>
|
|
</if>
|
|
@@ -28,7 +28,7 @@
|
|
</if>
|
|
</if>
|
|
</trim>
|
|
</trim>
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
- #{authUserId},#{brandId},#{countryId},#{securityLink},
|
|
|
|
|
|
+ #{authUserId},#{brandId},#{countryId},#{securityLink},#{manufacturer},
|
|
<if test="statementType != null">
|
|
<if test="statementType != null">
|
|
#{statementType},
|
|
#{statementType},
|
|
</if>
|
|
</if>
|
|
@@ -73,7 +73,7 @@
|
|
<update id="updateShopInfo">
|
|
<update id="updateShopInfo">
|
|
update cm_brand_auth_shop_info
|
|
update cm_brand_auth_shop_info
|
|
<set>
|
|
<set>
|
|
- countryId=#{countryId},securityLink = #{securityLink},
|
|
|
|
|
|
+ countryId=#{countryId},securityLink = #{securityLink},manufacturer = #{manufacturer},
|
|
<if test="statementType != null">
|
|
<if test="statementType != null">
|
|
statementType = #{statementType},
|
|
statementType = #{statementType},
|
|
</if>
|
|
</if>
|
|
@@ -283,6 +283,7 @@
|
|
select i.brandId,
|
|
select i.brandId,
|
|
i.countryId,
|
|
i.countryId,
|
|
i.securityLink,
|
|
i.securityLink,
|
|
|
|
+ i.manufacturer,
|
|
i.statementType,
|
|
i.statementType,
|
|
i.statementContent,
|
|
i.statementContent,
|
|
i.statementLink,
|
|
i.statementLink,
|