zoujiajian 3 سال پیش
والد
کامیت
9d9d616e0a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      netflix-dao/src/main/resources/mapper/CouponRecommendMapper.xml

+ 1 - 1
netflix-dao/src/main/resources/mapper/CouponRecommendMapper.xml

@@ -31,6 +31,6 @@
         where cr.deleted is true and c.deleted is true and cr.status = 1
         <if test='!isNewUser'>
             and c.scope !='newUser'
-        </if>)s where couponStatus != 'used' and cr.status = 1 and cr.deleted is true order by `order`
+        </if>)s where couponStatus != 'used' order by `order`
     </select>
 </mapper>