|
@@ -74,7 +74,7 @@ public class MapperSyncGenerator { |
|
|
item.put("table_name2", table_name2);//首字母大写 |
|
|
item.put("table_name2", table_name2);//首字母大写 |
|
|
item.put("orderBy", orderBy); |
|
|
item.put("orderBy", orderBy); |
|
|
item.put("primaryKeyName", primaryKeyName.toString()); |
|
|
item.put("primaryKeyName", primaryKeyName.toString()); |
|
|
cgHelper.generator("mapper2", table_name2 + "Mapper.xml", item); |
|
|
|
|
|
|
|
|
cgHelper.generator("mapper_sync", table_name2 + "Mapper.xml", item); |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |