|
|
@ -8114,6 +8114,7 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib |
|
|
|
baseMapper.updateById(distributionDeliveryListEntity); |
|
|
|
baseMapper.updateById(distributionDeliveryListEntity); |
|
|
|
//取消发车日志记录
|
|
|
|
//取消发车日志记录
|
|
|
|
handleCancelStartLog(distributionDeliveryListEntity, deliverySelfEntity, user, myCurrentWarehouse); |
|
|
|
handleCancelStartLog(distributionDeliveryListEntity, deliverySelfEntity, user, myCurrentWarehouse); |
|
|
|
|
|
|
|
bladeRedis.del(AuthUtil.getTenantId() + ":warehouseId:" + myCurrentWarehouse.getId() + ":trainNumber:" + distributionDeliveryListEntity.getTrainNumber() + ":driverId:"); |
|
|
|
return R.success("取消发车成功"); |
|
|
|
return R.success("取消发车成功"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|