|
|
@ -513,14 +513,18 @@ namespace BBWY.Server.Business |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (!string.IsNullOrEmpty(dbPromotionTask.CustomMotherSku)) |
|
|
|
CheckRepeatSkuInRuningTask(runingTaskList, dbPromotionTask.CustomMotherSku); |
|
|
|
if (request.IsDebug == null || request.IsDebug == false) |
|
|
|
{ |
|
|
|
if (!string.IsNullOrEmpty(dbPromotionTask.CustomMotherSku)) |
|
|
|
CheckRepeatSkuInRuningTask(runingTaskList, dbPromotionTask.CustomMotherSku); |
|
|
|
|
|
|
|
if (!string.IsNullOrEmpty(motherTemplateSku)) |
|
|
|
CheckRepeatSkuInRuningTask(runingTaskList, motherTemplateSku); |
|
|
|
if (!string.IsNullOrEmpty(motherTemplateSku)) |
|
|
|
CheckRepeatSkuInRuningTask(runingTaskList, motherTemplateSku); |
|
|
|
|
|
|
|
if (!string.IsNullOrEmpty(dbPromotionTask.MainProductSku)) |
|
|
|
CheckRepeatSkuInRuningTask(runingTaskList, dbPromotionTask.MainProductSku); |
|
|
|
} |
|
|
|
|
|
|
|
if (!string.IsNullOrEmpty(dbPromotionTask.MainProductSku)) |
|
|
|
CheckRepeatSkuInRuningTask(runingTaskList, dbPromotionTask.MainProductSku); |
|
|
|
|
|
|
|
|
|
|
|
var host = GetPlatformRelayAPIHost(Enums.Platform.京东); |
|
|
@ -761,7 +765,7 @@ namespace BBWY.Server.Business |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 停止任务
|
|
|
|