From f2008ce5cfc677e31b9e54d923816096ecbb6ef2 Mon Sep 17 00:00:00 2001 From: shanji <18996038927@163.com> Date: Mon, 30 Jan 2023 21:01:01 +0800 Subject: [PATCH] 1 --- BBWY.Server.Business/PlatformSDK/JDBusiness.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs index 1c43806d..565608e5 100644 --- a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs +++ b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs @@ -1329,7 +1329,7 @@ namespace BBWY.Server.Business } } #endregion - RollBackWhenStartPromotionError(deleteSkuRequest, startRequest, brandName, true); + RollBackWhenStartPromotionError(deleteSkuRequest, startRequest, brandName, false); } } }