diff --git a/BBWY.Server.Business/EvaluationAssistant/EvaluationAssistantBusiness.cs b/BBWY.Server.Business/EvaluationAssistant/EvaluationAssistantBusiness.cs index bb04cea4..142b74ed 100644 --- a/BBWY.Server.Business/EvaluationAssistant/EvaluationAssistantBusiness.cs +++ b/BBWY.Server.Business/EvaluationAssistant/EvaluationAssistantBusiness.cs @@ -174,7 +174,8 @@ namespace BBWY.Server.Business UpdateSortTime = DateTime.Now, SpuLogo = spuResponse.Data.Items[0].Logo, SpuPublishTime = spuResponse.Data.Items[0].CreateTime, - TaskCount = request.TaskCount + TaskCount = request.TaskCount, + CustomMotherSku = request.CustomMotherSku }; fsql.Insert(promotionTask).ExecuteAffrows(); } @@ -295,7 +296,7 @@ namespace BBWY.Server.Business if (dbPromotionTask.GiftTemplateId != null && dbPromotionTask.GiftTemplateId != 0) { - giftTemplateSkuList = fsql.Select().Where(gs=>gs.GiftTemplateId == dbPromotionTask.GiftTemplateId).ToList(gs => new GiftTemplateSkuRequest() + giftTemplateSkuList = fsql.Select().Where(gs => gs.GiftTemplateId == dbPromotionTask.GiftTemplateId).ToList(gs => new GiftTemplateSkuRequest() { Logo = gs.Logo, Price = gs.Price,