|
@@ -293,7 +293,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</select>
|
|
|
|
|
|
<select id="beforeSubscribeNext" parameterType="com.zhongzheng.modules.exam.bo.ExamApplyQueryBo" resultType="integer">
|
|
|
- SELECT COUNT(1) FROM exam_apply_site es where es.apply_id = 12 and es.status = 2
|
|
|
+ SELECT COUNT(1) FROM exam_apply_site es where es.apply_id = #{applyId} and es.status = 2
|
|
|
</select>
|
|
|
|
|
|
<select id="subscribeApplySite" parameterType="com.zhongzheng.modules.exam.bo.ExamApplyQueryBo" resultMap="ExamUserApplySiteVo">
|