Commit 185767e2 authored by 马博's avatar 马博

ui update

parent 3605c937
......@@ -87,7 +87,7 @@ public class DingdingResult {
Map<String,Object> result=new HashMap<>();
Object[] mygroup = new Object[1];
String[] mygroups = new String[1];
mygroups[0]=getByRun(run,"t");
mygroups[0]=getByRun(run,"group");
System.out.println("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~group:"+mygroups[0]);
result.put("group",mygroups);
result.put("project",project);
......
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