|
@@ -15,7 +15,7 @@ import java.util.Date;
|
|
|
*/
|
|
*/
|
|
|
@Getter
|
|
@Getter
|
|
|
@Setter
|
|
@Setter
|
|
|
-@SearchBean(tables = "(select id,name from coupon where deleted is true :cid:) c inner join coupon_user cu inner join user u on u.id = cu.user_id")
|
|
|
|
|
|
|
+@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")
|
|
|
public class CouponReceiptDetailView {
|
|
public class CouponReceiptDetailView {
|
|
|
|
|
|
|
|
@DbField("cu.id")
|
|
@DbField("cu.id")
|