|
|
|
@ -1293,7 +1293,7 @@ public class WarehouseTrayTypeServiceImpl extends BaseServiceImpl<WarehouseTrayT
|
|
|
|
|
//存入有数据库存品与托盘绑定关系表
|
|
|
|
|
warehouseTrayGoodsService.saveEntityStock(materialId, marketId,trayTypeEntity,incomingBatch,cargoNumber,num, "0"); |
|
|
|
|
}else{ |
|
|
|
|
warehouseTrayGoodsService.updateEntityStock(warehouseTrayGoodsEntity,-num); |
|
|
|
|
warehouseTrayGoodsService.updateEntityStock(warehouseTrayGoodsEntity,num); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
// //添加上拖日志表
|
|
|
|
|