客户体征优化

This commit is contained in:
xiezhijun
2021-01-04 20:28:45 +08:00
parent f76356da68
commit 1be9f4c0ce
7 changed files with 430 additions and 30 deletions

View File

@ -58,7 +58,7 @@ public class ObjectUtils {
//将指定对象变量上此 Field 对象表示的字段设置为指定的新值
field.set(t, val);
}catch (Exception e){
System.out.println(object.getClass().getName() + "没有该属性: " + field.getName());
//System.out.println(object.getClass().getName() + "没有该属性: " + field.getName());
}
}
}