manage/src/main/java/com/jilongda/manage/controller/TWarehousingController.java
@@ -165,8 +165,8 @@ * 库存明细记录列表 */ @ApiOperation(value = "镜片库存明细记录列表--库存详情") @PostMapping(value = "/detailLensList") public ApiResult<TLensGoodsDetailVO> detailLensList(Integer id) { @PostMapping(value = "/detailLensListDetail") public ApiResult<TLensGoodsDetailVO> detailLensListDetail(Integer id) { TLensGoodsDetailVO tLensGoodsDetailVO = new TLensGoodsDetailVO(); TLensGoods byId = lensGoodsService.getById(id); TStore byId1 = storeService.getById(byId.getStoreId());