|
@@ -54,7 +54,7 @@ public class K3OtherStockInLogic {
|
|
|
List<StockCorrespond> list = stockCorrespondService.lambdaQuery().list();
|
|
|
|
|
|
for (KingDeeOtherStockInItem kingDeeOtherStockIn : kingDeePurchaseStockInAdd.getKingDeeOtherStockInItems()) {
|
|
|
- kingDeeOtherStockIn.setBillNo(kingDeeOtherStockIn.getId());
|
|
|
+ kingDeeOtherStockIn.setBillNo(kingDeePurchaseStockInAdd.getId());
|
|
|
|
|
|
if (StringUtils.isEmpty(kingDeeOtherStockIn.getStockId()))
|
|
|
throw new RemoteServiceException("仓库空了");
|