haogh hai 8 meses
pai
achega
2298a003a0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}