zouxuan 5 лет назад
Родитель
Сommit
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">
 			<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>