|
@@ -19,7 +19,7 @@ import java.util.List;
|
|
|
*/
|
|
*/
|
|
|
@Getter
|
|
@Getter
|
|
|
@Setter
|
|
@Setter
|
|
|
-@SearchBean(tables = "(select id,name from coupon where deleted is true :cid:) c inner join coupon_user cu on cu.coupon_id = c.id inner join user u on u.id = cu.user_id")
|
|
|
|
|
|
|
+@SearchBean(tables = "coupon c on c.id = ca.coupon_id left join coupon_classification cc on cc.id = c.classification_id")
|
|
|
public class CouponDetailView {
|
|
public class CouponDetailView {
|
|
|
/**
|
|
/**
|
|
|
* 优惠券id
|
|
* 优惠券id
|