haogh 8 달 전
부모
커밋
2298a003a0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/StudentApplyMapper.xml

+ 1 - 1
src/main/resources/mapper/StudentApplyMapper.xml

@@ -275,7 +275,7 @@
           AND sa.cancel = 0
           AND s.apply_task_id = #{taskId}
         <if test="req.teachingId != null">
-            AND s.category_id= #{teachingId}
+            AND s.category_id= #{req.teachingId}
         </if>
         <if test="req.agentId != null">
             and sa.exam_site_id=#{req.agentId}