|
@@ -1570,6 +1570,9 @@
|
|
<if test="query.notifyTime != null and query.notifyTime.length == 2">
|
|
<if test="query.notifyTime != null and query.notifyTime.length == 2">
|
|
AND sn.notify_time between #{query.notifyTime[0]} and #{query.notifyTime[1]}
|
|
AND sn.notify_time between #{query.notifyTime[0]} and #{query.notifyTime[1]}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="query.subToGigTime != null and query.subToGigTime.length == 2">
|
|
|
|
+ AND sn.sub_to_gig_time between #{query.subToGigTime[0]} and #{query.subToGigTime[1]}
|
|
|
|
+ </if>
|
|
</where>
|
|
</where>
|
|
ORDER BY
|
|
ORDER BY
|
|
<if test="query.mahSettleStep != null">
|
|
<if test="query.mahSettleStep != null">
|