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>