|
|
@@ -83,6 +83,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
|
WHERE
|
|
|
1 =1
|
|
|
+ <if test="applySiteAddress != null and applySiteAddress != '' ">
|
|
|
+ and us.apply_site_address = #{applySiteAddress}
|
|
|
+ </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
|