Commit d9910ea6 authored by 马博's avatar 马博

test

parent 185767e2
...@@ -139,7 +139,7 @@ public class DingdingResult { ...@@ -139,7 +139,7 @@ public class DingdingResult {
} }
public String getByRun(String run,String type) throws UnsupportedEncodingException { public String getByRun(String run,String type) throws UnsupportedEncodingException {
run = run.substring(run.indexOf("_")+1, run.indexOf(".")); run = run.substring(run.indexOf("_")+1, run.indexOf("."));
// System.out.println("before runs:"+run); System.out.println("before runs:"+run);
System.out.println("run+\".\"+type:"+run+"."+type); System.out.println("run+\".\"+type:"+run+"."+type);
run =this.env.getProperty(run+"."+type); run =this.env.getProperty(run+"."+type);
// System.out.println("(runs+\".\"+type):"+run+"."+type); // System.out.println("(runs+\".\"+type):"+run+"."+type);
......
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