Browse Source

工作端-待审核||已驳回 申请详情-接口查询话题附件时只查询图片附件

feature/evaluate
sunyuchao 4 years ago
parent
commit
64ea0a2fc4
  1. 3
      epmet-module/resi-group/resi-group-server/src/main/resources/mapper/group/ResiGroupDao.xml

3
epmet-module/resi-group/resi-group-server/src/main/resources/mapper/group/ResiGroupDao.xml

@ -473,7 +473,8 @@
FROM resi_topic rt
LEFT JOIN resi_topic_attachment ta ON ta.TOPIC_ID = rt.ID
WHERE rt.DEL_FLAG = '0'
AND rt.ID = #{topicId}
AND ta.attachment_type = 'image'
AND rt.ID = #{topicId}
</select>
<select id="selectListByIds" resultType="com.epmet.resi.group.dto.group.ResiGroupDTO" parameterType="map">

Loading…
Cancel
Save