src/main/java/com/whyc/controller/MaterialController.java
@@ -105,4 +105,9 @@ service.checkNaming(file.getInputStream(),response); } @ApiOperation("物料推送弹窗使用") @GetMapping("getMaterialDialog") public Response getMaterialDialog(@RequestParam String subCode,@RequestParam String subName,@RequestParam String subModel) { return service.getMaterialDialog(subCode,subName,subModel); } }