You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String value = "";
switch(param.toLowerCase()){
case "customer_no":
case "object":
value = this.object.toString();
break;
default:
value = "";
break;
}
return value;
}
The text was updated successfully, but these errors were encountered:
//改函数可以被覆盖,可以实现不同的参数传入效果
protected Object getParamValue( String param, String type){
The text was updated successfully, but these errors were encountered: