瀏覽代碼

报考数据

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>