|
@@ -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}
|