|
|
@@ -351,7 +351,7 @@ public class InventoryService extends BaseService<Inventory> {
|
|
|
//根据来源id明细查询移动的出库单的单价、成本单价、金额等信息 赋值给需要已入的入库单
|
|
|
intoList = this.selectOutbound(intoList);
|
|
|
//入库
|
|
|
- this.warehouseAdjustmentInto(intoList);
|
|
|
+ intoList = this.warehouseAdjustmentInto(intoList);
|
|
|
//修改入库单单价、金额、成本等信息
|
|
|
this.updateIntobound(intoList);
|
|
|
} else if (outDetail.size() == 0 && intoDetail.size() == 0 ) {
|