|
|
@@ -4,9 +4,9 @@
|
|
|
<mapper namespace="cn.reghao.tnb.content.app.geo.db.mapper.MallReplyMapper">
|
|
|
<insert id="save" useGeneratedKeys="true" keyProperty="id">
|
|
|
insert into geo_mall_reply
|
|
|
- (`item_type`,`item_id`,`reply_id`,`reply_content`,`extra`,`reply_date`,`user_id`,`username`,`avatar_url`)
|
|
|
+ (`item_type`,`item_id`,`reply_id`,`reply_content`,`extra`,`reply_date`,`user_id`,`username`,`avatar_url`,`area_code`)
|
|
|
values
|
|
|
- (#{itemType},#{itemId},#{replyId},#{replyContent},#{extra},#{replyDate},#{userId},#{username},#{avatarUrl})
|
|
|
+ (#{itemType},#{itemId},#{replyId},#{replyContent},#{extra},#{replyDate},#{userId},#{username},#{avatarUrl},#{areaCode})
|
|
|
</insert>
|
|
|
|
|
|
<update id="updateSetCup">
|