Browse Source

bug fixes

plf 3 năm trước cách đây
mục cha
commit
d76b4da3d6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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