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