|
@@ -67,7 +67,8 @@ public class ProductController {
|
|
|
ProductIncludeFilesVO queryResult = productService.getProduct(reportId);
|
|
|
return Response.success(queryResult);
|
|
|
} else {
|
|
|
- return Response.error("报告id不能为空");
|
|
|
+ log.info("前端未传报告reportId");
|
|
|
+ return Response.error("前端未传报告reportId");
|
|
|
}
|
|
|
|
|
|
}
|