as 热启动bug修改
This commit is contained in:
@ -161,8 +161,7 @@ public class DbEntity {
|
|||||||
List<String> values = new ArrayList<>();
|
List<String> values = new ArrayList<>();
|
||||||
for (Field field : fields) {
|
for (Field field : fields) {
|
||||||
field.setAccessible(true);
|
field.setAccessible(true);
|
||||||
Ignore ignore = field.getAnnotation(Ignore.class);
|
if (SqlHelper.ignoreField(field)) {
|
||||||
if (ignore != null && ignore.value()) {
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
where.add(field.getName());
|
where.add(field.getName());
|
||||||
|
Reference in New Issue
Block a user