|
|
@ -67,7 +67,6 @@ |
|
|
|
and |
|
|
|
((a.start_time < REPLACE(unix_timestamp(NOW(3)),'.','') and a.end_time > REPLACE(unix_timestamp(NOW(3)),'.','') ) |
|
|
|
or (a.end_time =0 and a.start_time+7200000 > REPLACE(unix_timestamp(NOW(3)),'.',''))) |
|
|
|
ORDER BY a.start_time |
|
|
|
DESC LIMIT 1 |
|
|
|
ORDER BY a.start_time DESC LIMIT 1 |
|
|
|
</select> |
|
|
|
</mapper> |