|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
package com.logpm.statistics.listener.mq; |
|
|
|
|
|
|
|
|
|
import cn.hutool.core.collection.CollUtil; |
|
|
|
|
import cn.hutool.core.util.ObjectUtil; |
|
|
|
|
import cn.hutool.json.JSONObject; |
|
|
|
|
import cn.hutool.json.JSONUtil; |
|
|
|
|
import com.logpm.basicdata.feign.IBasicdataWarehouseClient; |
|
|
|
@ -732,7 +733,9 @@ public class WaybillCheckListener {
|
|
|
|
|
distributionPackageEntity.setDeliveryChargeType(systemDeliveryChargeType); |
|
|
|
|
|
|
|
|
|
BigDecimal systemDeliveryPrice = warehouseWayBillDetail.getDeliveryPrice(); |
|
|
|
|
|
|
|
|
|
if(ObjectUtil.isEmpty(systemDeliveryPrice)){ |
|
|
|
|
systemDeliveryPrice = BigDecimal.ZERO; |
|
|
|
|
} |
|
|
|
|
if (systemDeliveryChargeType == 1) { |
|
|
|
|
distributionPackageEntity.setSystemDeliveryFee(systemDeliveryPrice.multiply(BigDecimal.ONE)); |
|
|
|
|
} else if (systemDeliveryChargeType == 2) { |
|
|
|
|