Browse Source

修改话题列表sql bug

feature/syp_points
liuchuang 5 years ago
parent
commit
7065367153
  1. 3
      esua-epdc/epdc-module/epdc-party-group/epdc-party-group-server/src/main/resources/mapper/PartyTopicDao.xml

3
esua-epdc/epdc-module/epdc-party-group/epdc-party-group-server/src/main/resources/mapper/PartyTopicDao.xml

@ -193,6 +193,9 @@
<if test="topicType != null and topicType != ''">
and t1.TOPIC_MODULE = #{topicType}
</if>
<if test="partyGroupId != null and partyGroupId != ''">
and t1.PARTY_GROUP_ID = #{partyGroupId}
</if>
<if test="partyTopicId!=null and partyTopicId != ''">
and t1.ID = #{partyTopicId}
</if>

Loading…
Cancel
Save