Bläddra i källkod

搜索条件新增

change 3 år sedan
förälder
incheckning
0803d2ff71

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/exam/ExamApplyMapper.xml

@@ -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">