|
|
@@ -88,7 +88,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</if>
|
|
|
<if test="canCancel != null and canCancel == 1 ">
|
|
|
and us.subscribe_status = 1
|
|
|
- and UNIX_TIMESTAMP(CONCAT(FROM_UNIXTIME(us.apply_site_exam_time, '%Y-%m-%d '),us.apply_site_start_time)) > unix_timestamp(now())+86400
|
|
|
+ and unix_timestamp(now()) > LEFT(us.apply_site_start_time,2)*3600+us.apply_site_exam_time
|
|
|
and us.exam_status = 0
|
|
|
and us.before_status = 0
|
|
|
</if>
|