change 3 år sedan
förälder
incheckning
3b68f93cee

+ 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>