ソースを参照

update CameraPhotoMapper.xml

reghao 7 ヶ月 前
コミット
aed2a45cf2

+ 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