소스 검색

bug fixes

plf 3 년 전
부모
커밋
d76b4da3d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/PageMapper.xml

+ 1 - 1
src/main/resources/mapper/PageMapper.xml

@@ -402,7 +402,7 @@
         WHERE
           couponId = #{couponId}
           <if test="source == 1">
-              AND pcStatus = 2
+              AND pcStatus = 1
           </if>
           <if test="source == 2">
               AND appletsStatus = 1