|
|
@@ -3168,7 +3168,7 @@ public class ShipServiceImpl extends ServiceImpl<ShipMapper, PjShip> implements
|
|
|
stockOneC.setVersion(stockOneC.getVersion());
|
|
|
pjStockDescArrayList.add(stockOneC);
|
|
|
} else {
|
|
|
- throw new RuntimeException("未查到库存账");
|
|
|
+ throw new RuntimeException("商品:" + goodsDesc.getCname() + ",未查到库存账");
|
|
|
}
|
|
|
//调拨入库
|
|
|
LambdaQueryWrapper<PjStockDesc> lambdaQueryWrapperR = new LambdaQueryWrapper<>();
|
|
|
@@ -3310,7 +3310,7 @@ public class ShipServiceImpl extends ServiceImpl<ShipMapper, PjShip> implements
|
|
|
stockOneC.setVersion(stockOneC.getVersion());
|
|
|
pjStockDescArrayList.add(stockOneC);
|
|
|
} else {
|
|
|
- throw new RuntimeException("未查到库存账");
|
|
|
+ throw new RuntimeException("商品:" + goodsDesc.getCname() + ",未查到库存账");
|
|
|
}
|
|
|
//调拨入库
|
|
|
LambdaQueryWrapper<PjStockDesc> lambdaQueryWrapperR = new LambdaQueryWrapper<>();
|
|
|
@@ -3366,7 +3366,7 @@ public class ShipServiceImpl extends ServiceImpl<ShipMapper, PjShip> implements
|
|
|
stockOneR.setVersion(stockOneR.getVersion());
|
|
|
pjStockDescArrayList.add(stockOneR);
|
|
|
} else {
|
|
|
- throw new RuntimeException("未查到库存账");
|
|
|
+ throw new RuntimeException("商品:" + goodsDesc.getCname() + ",未查到库存账");
|
|
|
}
|
|
|
count++;
|
|
|
}
|