浏览代码

1.16 陈宇

chendayu 2 年之前
父节点
当前提交
3010d89c26
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      RMS/src/main/java/cn/cslg/report/controller/ProductController.java

+ 2 - 1
RMS/src/main/java/cn/cslg/report/controller/ProductController.java

@@ -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");
         }
 
     }