ruoyi-modules/ruoyi-management/src/main/java/com/ruoyi/management/controller/SlVolumeProductionRkController.java
@@ -84,6 +84,12 @@ return R.ok(slVolumeProductionRkService.codeInfo(id)); } @PostMapping("/codeInfo1") @ApiOperation(value = "转移数据获取二维码样式") public R<List<QRCodeVO>> codeInfo( Long id,Long zyglId) throws Exception { return R.ok(slVolumeProductionRkService.codeInfo1(id,zyglId)); } @PostMapping("/getSlvolumeVolumeProductionRkList") @ApiOperation(value = "分页获取通过入库管理ID当前批次入库的物资")