This commit is contained in:
2025-10-17 17:54:23 +08:00
parent f42519dd61
commit 316e78f4f2
6 changed files with 96 additions and 10 deletions

View File

@@ -250,7 +250,7 @@ namespace MyCode.Project.Services.Implementation
warehouseCode = rc.WarehouseCode,
logisticName = rc.LogisticName,
shopId = rc.ShopId.ToString(),
TradeType = 8, // 假设这是售后货类型
TradeType = 8, // 假设这是售后退货类型
consignTime = !string.IsNullOrWhiteSpace(rc.ConsignTime) ? (DateTime?)DateTime.Parse(rc.ConsignTime) : null,
payTime = null, // 可根据需要设置
tradeStatus = int.Parse(rc.TradeAfterStatus), // 注意类型转换