|
|
@@ -3311,6 +3311,9 @@ public class KwtAcceptCarriageOrderService {
|
|
|
|
|
|
//冻结运费
|
|
|
public void freezePayable(AddLogisticOrderDTO orderDTO, List<LogisticData> logisticInfos,Map<Long, ContractCommonInfoResDto> longContractCommonInfoResDtoMap){
|
|
|
+ if(Objects.equals(orderDTO.getOrderType(),1)){
|
|
|
+ return;
|
|
|
+ }
|
|
|
for (LogisticData x : logisticInfos) {
|
|
|
ContractCommonInfoResDto contractCommonInfoResDto = longContractCommonInfoResDtoMap.get(x.getContractId());
|
|
|
if (contractCommonInfoResDto == null) {
|