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>