zouxuan 4 سال پیش
والد
کامیت
975e14dffa
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      mec-biz/src/main/resources/config/mybatis/StudentGoodsSellMapper.xml

+ 2 - 2
mec-biz/src/main/resources/config/mybatis/StudentGoodsSellMapper.xml

@@ -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}
 			</if>
 		</where>
 	</sql>