소스 검색

报考数据

change 3 년 전
부모
커밋
3b68f93cee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/exam/ExamApplyMapper.xml

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

@@ -115,6 +115,6 @@ and (SELECT COUNT(eay.apply_id) FROM exam_apply eay LEFT JOIN exam_apply_goods e
         FROM
             exam_apply_site_time east
         where 1=1
-          and east.apply_site_id =1
+          and east.apply_site_id =#{id}
     </select>
 </mapper>