Browse Source

查询话题详情和图片时加上附件类型条件为image

master
wangchao 5 years ago
parent
commit
95a1ee5082
  1. 2
      epmet-module/resi-group/resi-group-server/src/main/resources/mapper/topic/ResiTopicDao.xml

2
epmet-module/resi-group/resi-group-server/src/main/resources/mapper/topic/ResiTopicDao.xml

@ -430,6 +430,8 @@
topic.ID = attachment.TOPIC_ID
AND
attachment.DEL_FLAG = '0'
AND
attachment.ATTACHMENT_TYPE = 'image'
WHERE
topic.DEL_FLAG = '0'
AND

Loading…
Cancel
Save