|
@ -125,6 +125,7 @@ namespace SBF.Business |
|
|
EndTime = t.EndTime, |
|
|
EndTime = t.EndTime, |
|
|
IsEnd = t.IsEnd, |
|
|
IsEnd = t.IsEnd, |
|
|
StartTrusteeshipDate = t.StartTrusteeshipDate, |
|
|
StartTrusteeshipDate = t.StartTrusteeshipDate, |
|
|
|
|
|
PolicyType = t.PolicyType, |
|
|
|
|
|
|
|
|
Logo = ps.Logo, |
|
|
Logo = ps.Logo, |
|
|
Price = ps.Price, |
|
|
Price = ps.Price, |
|
@ -251,7 +252,8 @@ namespace SBF.Business |
|
|
IsEnd = false, |
|
|
IsEnd = false, |
|
|
StartTrusteeshipDate = DateTime.Now.Date.AddDays(1), |
|
|
StartTrusteeshipDate = DateTime.Now.Date.AddDays(1), |
|
|
ShopId = request.ShopId, |
|
|
ShopId = request.ShopId, |
|
|
SkuId = x.Sku |
|
|
SkuId = x.Sku, |
|
|
|
|
|
PolicyType = Model.Enums.PolicyType.成长期策略包 |
|
|
}).ToList(); |
|
|
}).ToList(); |
|
|
|
|
|
|
|
|
var skuIdList = insertList.Select(x => x.SkuId).Distinct().ToList(); |
|
|
var skuIdList = insertList.Select(x => x.SkuId).Distinct().ToList(); |
|
|