|
@@ -523,6 +523,9 @@ public class TypeHandlerConfigurer extends MybatisConfigurer {
|
|
|
Set<String> properties = Sets.newHashSet();
|
|
|
for (XNode child : map.getChildren()) {
|
|
|
String property = child.getStringAttribute("property");
|
|
|
+ if (StringUtils.isEmpty(property)) {
|
|
|
+ continue;
|
|
|
+ }
|
|
|
properties.add(property);
|
|
|
if ("id".equalsIgnoreCase(child.getName())) {
|
|
|
continue;
|