Browse Source

Merge branch 'dev_group_act_notice' into dev_temp

dev
sunyuchao 5 years ago
parent
commit
9a340c35da
  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

@ -474,7 +474,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