@@ -95,8 +95,8 @@
<if test="studentId != null">
AND sgs.user_id_ = #{studentId}
</if>
- <if test="paymentStatus != null">
- AND spo.status_ = #{paymentStatus}
+ <if test="status != null">
+ AND spo.status_ = #{status}
</where>
</sql>