|
@@ -112,6 +112,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="beforeId != null ">
|
|
|
and us.before_id =#{beforeId}
|
|
|
</if>
|
|
|
+ <if test="exceedExamExpend != null ">
|
|
|
+ and us.exam_expend = 1
|
|
|
+ </if>
|
|
|
<if test="exceed != null ">
|
|
|
and unix_timestamp(now()) > us.apply_site_exam_time and us.exam_expend is NULL and us.subscribe_status = 1
|
|
|
</if>
|