|
|
@ -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(); |
|
|
|
} |
|
|
|