zoujiajian %!s(int64=3) %!d(string=hai) anos
pai
achega
e7f2664d3f

+ 1 - 1
netflix-dao/src/main/java/com/cyksj/model/views/CouponRecommendView.java

@@ -19,7 +19,7 @@ import java.util.Date;
 @Setter
 @Getter
 @SearchBean(tables = "coupon_recommend cr left join coupon c on c.id = cr.coupon_id",
-		where = "cr.deleted is true and c.deleted is true and cr.status is true")
+		where = "cr.deleted is true and c.deleted is true")
 public class CouponRecommendView {
 	@DbField("cr.id")
 	private Long id;