11
This commit is contained in:
@@ -84,7 +84,7 @@ namespace MyCode.Project.Services.Implementation
|
||||
//requestBizData.TradeStatus = 1010;
|
||||
requestBizData.TradeType = 1;
|
||||
requestBizData.SourceTradeNos = "";
|
||||
requestBizData.ShopIds = shopConfigs.Select(t => t.FSHOPCODE).ToList(); ;// new long[] { 378761130654261100, 378761130654261100 };
|
||||
requestBizData.ShopIds = shopConfigs.Select(t => t.FSHOPCODE).ToList(); // new long[] { 378761130654261100, 378761130654261100 };
|
||||
List<int> TradeTypeList = new List<int>();
|
||||
TradeTypeList.Add(1);
|
||||
TradeTypeList.Add(7);
|
||||
|
||||
Reference in New Issue
Block a user