|
|
|
@ -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> |
|
|
|
|