|
@ -58,7 +58,8 @@ namespace BBWYB.Server.Business |
|
|
Name = ps.PurchaserName, |
|
|
Name = ps.PurchaserName, |
|
|
Location = ps.PurchaserLocation, |
|
|
Location = ps.PurchaserLocation, |
|
|
Platform = ps.PurchasePlatform ?? Enums.Platform.阿里巴巴, |
|
|
Platform = ps.PurchasePlatform ?? Enums.Platform.阿里巴巴, |
|
|
MemberId = ps.PurchaserMemberId |
|
|
MemberId = ps.PurchaserMemberId, |
|
|
|
|
|
Tag = ps.PurchaserTag |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
@ -828,6 +829,7 @@ namespace BBWYB.Server.Business |
|
|
schemeProduct.PurchaserPurchasedCount = purchaser.PurchasedCount; |
|
|
schemeProduct.PurchaserPurchasedCount = purchaser.PurchasedCount; |
|
|
schemeProduct.PurchaserPurchasedSkuCount = purchaser.PurchasedSkuCount; |
|
|
schemeProduct.PurchaserPurchasedSkuCount = purchaser.PurchasedSkuCount; |
|
|
schemeProduct.PurchasePlatform = purchaser.Platform; |
|
|
schemeProduct.PurchasePlatform = purchaser.Platform; |
|
|
|
|
|
schemeProduct.PurchaserTag = purchaser.Tag; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|