bug:one箱子传的件数

master
zhangxiaofeng 2 weeks ago
parent 1c309f438d
commit 2148316601

@ -202,7 +202,7 @@ namespace Myshipping.Application.EDI
_ => throw Oops.Oh("暂不支持的货物类型") _ => throw Oops.Oh("暂不支持的货物类型")
}, },
boxSize = mapCtn.MapCode, boxSize = mapCtn.MapCode,
quantity = ctn.KGS.Value, quantity = ctn.PKGS.Value,
}; };
postModel.boxInfos.Add(apiBox); postModel.boxInfos.Add(apiBox);
} }

Loading…
Cancel
Save