Commit 9daff913 authored by 马博's avatar 马博

ui update

parent 2f2f1b84
......@@ -87,8 +87,8 @@ public class DingdingResult {
Map<String,Object> result=new HashMap<>();
Object[] mygroup = new Object[1];
String[] mygroups = new String[1];
mygroup[0]=getByRun(run,"group");
System.out.println("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~group:"+mygroup[0]);
mygroups[0]=getByRun(run,"group");
System.out.println("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~group:"+mygroups[0]);
result.put("group",mygroups);
result.put("project",project);
result.put("total",this.total);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment