|
|
@@ -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;
|