@@ -132,7 +132,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN exam e ON ue.exam_id = e.exam_id
LEFT JOIN exam_paper ep ON e.exam_paper_id = ep.paper_id
WHERE
- ue.user_id = 53
+ ue.user_id = #{userId}
GROUP BY
ue.goods_id,
ue.exam_id,