From 679f66e2911dc628f6be4f551f93c4301f0a60b4 Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Tue, 31 Jan 2023 21:27:13 +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 6728edfb..ce9d4807 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, false); + RollBackWhenStartPromotionError(deleteSkuRequest, startRequest, brandName, true); } } }