|
|
|
@ -2028,7 +2028,7 @@ public class CoDelServiceImpl implements CoDelService { |
|
|
|
template.addVar("shippingNo", "shipping no"); |
|
|
|
template.addVar("sp_cmc_invoice", notifyHeader.getCmcInvoice()); |
|
|
|
template.addVar("pallet_weight_name", "托盘重量:"); |
|
|
|
template.addVar("pallet_weight", palletWeight); |
|
|
|
template.addVar("pallet_weight", palletWeight.setScale(0, RoundingMode.HALF_UP)); |
|
|
|
} |
|
|
|
// 孟加拉需要的 |
|
|
|
if (data.getMaterial()!=null && data.getMaterial()) { |
|
|
|
|