|
|
|
@ -1748,9 +1748,14 @@ public class TrunklineCarsLoadServiceImpl extends BaseServiceImpl<TrunklineCarsL
|
|
|
|
|
removeCarsLoadScan(ids,warehouseId); |
|
|
|
|
} |
|
|
|
|
carsLoadEntity.setLoadStatus("40"); |
|
|
|
|
}else{ |
|
|
|
|
Long startWarehouseId = Long.parseLong(split[0]); |
|
|
|
|
if(startWarehouseId.equals(warehouseId)){ |
|
|
|
|
carsLoadEntity.setLoadStatus("0"); |
|
|
|
|
}else{ |
|
|
|
|
carsLoadEntity.setLoadStatus("20"); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
updateById(carsLoadEntity); |
|
|
|
|
|
|
|
|
|