|
|
@@ -52,6 +52,9 @@ public class CorpWxOrderDonView {
|
|
|
@DbField("sku.spec_val")
|
|
|
private String specVal;
|
|
|
|
|
|
+ @DbField("sku.months")
|
|
|
+ private Integer months;
|
|
|
+
|
|
|
@DbField("o.user_id")
|
|
|
private Long userId;
|
|
|
|
|
|
@@ -82,6 +85,9 @@ public class CorpWxOrderDonView {
|
|
|
@DbField("o.pay_time")
|
|
|
private Date payTime;
|
|
|
|
|
|
+ @DbField("select gr.expiry_time from groups_relation gr where gr.id = o.relation_id and gr.user_id = o.user_id and o.status not in ('close','noPayment','refund')")
|
|
|
+ private Date expiryTime;
|
|
|
+
|
|
|
@DbField("o.pay_title")
|
|
|
private String payTitle;
|
|
|
|