|
@@ -232,7 +232,7 @@
|
|
|
AND (payment_valid_end_date_ IS NULL OR payment_valid_start_date_ BETWEEN #{paymentValidStartDate} AND #{paymentValidEndDate}
|
|
|
OR payment_valid_end_date_ BETWEEN #{paymentValidStartDate} AND #{paymentValidEndDate}) AND payment_valid_start_date_ IS NOT NULL
|
|
|
<if test="calenderId != null">
|
|
|
- AND mgpc.id_ = #{calenderId}
|
|
|
+ AND mgpc.id_ != #{calenderId}
|
|
|
</if>
|
|
|
</select>
|
|
|
<select id="queryCalenderByDay" resultType="java.util.Map">
|