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