我的成绩查询条件修改。
This commit is contained in:
parent
227206dc04
commit
36f9d2caa6
@ -961,7 +961,7 @@
|
|||||||
t1.resit_exam_grade,
|
t1.resit_exam_grade,
|
||||||
t1.resit_hands_grade,
|
t1.resit_hands_grade,
|
||||||
t1.apply_paper_status
|
t1.apply_paper_status
|
||||||
FROM e_apply_students_new t1 WHERE t1.is_delete = 0 AND t1.check_status = 1 AND t1.user_id = #{userId}
|
FROM e_apply_students_new t1 WHERE t1.is_delete = 0 AND t1.user_id = #{userId}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
Loading…
Reference in New Issue
Block a user