提交 1f63d9c4 authored 作者: 孙洁清's avatar 孙洁清

关键技术接口根据name查询功能

上级 58e801d2
...@@ -102,7 +102,7 @@ public class InspectController { ...@@ -102,7 +102,7 @@ public class InspectController {
//查找当前用户的参数是否存在 //查找当前用户的参数是否存在
ReportVo inspect = inspectService.inspect(reportVo,inspectParameter); ReportVo inspect = inspectService.inspect(reportVo,inspectParameter);
log.info("inspect:代码评估完成"); log.info("inspect:代码评估完成");
Map map=new HashMap(); /* Map map=new HashMap();
map.put("inspect",inspect); map.put("inspect",inspect);
map.put("time",TimeUtil.getTime()); map.put("time",TimeUtil.getTime());
HashMap<String, List<Warn>> warnMap = inspect.getWarnDetails(); HashMap<String, List<Warn>> warnMap = inspect.getWarnDetails();
...@@ -124,7 +124,7 @@ public class InspectController { ...@@ -124,7 +124,7 @@ public class InspectController {
System.out.println("内容"+s); System.out.println("内容"+s);
} catch (TemplateException e) { } catch (TemplateException e) {
e.printStackTrace(); e.printStackTrace();
} }*/
Report report = new Report(); Report report = new Report();
String random = RandomUtil.getRandom(); String random = RandomUtil.getRandom();
report.setId(RandomUtil.getRandom()); report.setId(RandomUtil.getRandom());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论