日志打印
parent
e55325dd14
commit
7b3b844be2
|
@ -81,6 +81,7 @@ public class SErrorCodeEerverConfig implements BaseConfig {
|
|||
for(int i = 0 ; i <obj.length;i++) {
|
||||
str.append(split).append(convert[i]).append(obj[i].toString());
|
||||
}
|
||||
System.out.println("组合字符串:"+value.getvalue()+str.toString());
|
||||
return value.getvalue()+str.toString();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue