|
@@ -227,7 +227,8 @@ public class CoreUtil {
|
|
|
//将 object 中 field 所代表的值 设置为 value
|
|
|
String key = (String)field.get(object);
|
|
|
String key1 = (String)field1.get(object);
|
|
|
- String lis_c = key+key1;
|
|
|
+// String lis_c = key+key1;
|
|
|
+ String lis_c = key1;
|
|
|
if (value != null && value.get(lis_c) != null) {
|
|
|
Field standField = getDeclaredField(object, unique) ;
|
|
|
standField.setAccessible(true) ;
|