浏览代码

update CameraPhotoMapper.xml

reghao 7 月之前
父节点
当前提交
aed2a45cf2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      content/content-service/src/main/resources/mapper/geo/CameraPhotoMapper.xml

+ 1 - 1
content/content-service/src/main/resources/mapper/geo/CameraPhotoMapper.xml

@@ -89,7 +89,7 @@
         where id=#{id} and geo is not null
     </select>
     <select id="findMallReplyInfo" resultType="cn.reghao.tnb.content.app.geo.model.vo.MarkerInfo">
-        select reply.item_id,reply.reply_id,reply.extra as sku,reply.reply_content,reply.append_content,
+        select reply.item_id,reply.reply_id,reply.extra as sku,reply.reply_content,
         photo.object_id as upload_id,photo.channel_code,photo.photo_url
         from geo_camera_photo photo
         inner join geo_mall_reply reply