Commit 6e464788 authored by lanbaoming's avatar lanbaoming

2024-05-07确认提单单位逻辑

parent ba559771
......@@ -445,6 +445,7 @@ public class MakeBillOfLadingServiceImpl extends AbstractService<MakeBillOfLadin
paramMap.put("seaFreight", item.getOneSeaFreight() + currencyMap.get(item.getSeaFreightCurrency()) + "/m³");
if (item.getOneClearanceFreight().compareTo(BigDecimal.ZERO) == 0) {
if (item.getClearanceFreightCurrency() == null) {
//lanbm 2024-05-07 确认此处逻辑
paramMap.put("clearanceFreight", "0");
} else {
paramMap.put("clearanceFreight",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment