Procházet zdrojové kódy

库存-调整入库

koushanshan před 1 rokem
rodič
revize
0e78e2a404

+ 1 - 1
src/main/java/com/dk/mdm/service/ivt/inventory/InventoryService.java

@@ -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 ) {