liujc 1 éve
szülő
commit
d69b046e02

+ 5 - 0
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/wrapper/TenantAlbumPurchaseWrapper.java

@@ -1,6 +1,7 @@
 package com.yonge.cooleshow.biz.dal.wrapper;
 
 import com.alibaba.fastjson.JSON;
+import com.baomidou.mybatisplus.annotation.TableField;
 import com.microsvc.toolkit.common.response.paging.QueryInfo;
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
@@ -69,6 +70,10 @@ public class TenantAlbumPurchaseWrapper {
         @ApiModelProperty("机构ID")
         private Long tenantId;
 
+
+        @ApiModelProperty("订单号")
+        private String orderNo;
+
         @ApiModelProperty("机构专辑ID")
         private Long tenantAlbumId;
 

+ 1 - 0
cooleshow-user/user-biz/src/main/resources/config/mybatis/TenantAlbumPurchaseMapper.xml

@@ -10,6 +10,7 @@
         , t.tenant_id_ AS tenantId
         , t.tenant_album_id_ AS tenantAlbumId
         , t.purchase_time_ AS purchaseTime
+        , t.order_no_ AS orderNo
         , t.purchase_quantity_ AS purchaseQuantity
         , t.purchase_cycle_ AS purchaseCycle
         , t.active_quantity_ AS activeQuantity