소스 검색

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