@@ -156,6 +156,9 @@
<if test="addCalendar">
and calendar_date is not null
</if>
+ <if test="!addCalendar">
+ and calendar_date is null
+ </if>
</where>
</select>
<select id="selectById" parameterType="java.lang.Object"