Commit f0a2153c authored by maoying's avatar maoying

装备导入添加位置id

parent 9cb5b428
......@@ -395,6 +395,7 @@ public class StockServiceImpl extends ServiceImpl<StockMapper, Stock> implements
throw new BadRequest(String.format("货位编码[%S]填写错误,请输入正确的货位编码!",equipmentDetailDownloadVOS.get(i).getWarehouseStructCode()));
} else {
equipmentSpecific.setPosition(warehouseStructure.getFullName());
equipmentSpecific.setWarehouseStructureId(warehouseStructure.getId());
equipmentSpecificMapper.updateById(equipmentSpecific);
}
// 插入库存
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment