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