@@ -196,6 +196,9 @@
<if test="tagId != null">
and g.tag_id = #{tagId}
</if>
+ <if test="tagId == null">
+ and g.tag_id !=-1 and g.tag_id !=-2
+ </if>
</where>
order by g.indate desc
</select>