fixing bug with MapIndexConfig for CompanyMapStore
This commit is contained in:
parent
177607167a
commit
4d50b53d5b
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ public class PoolMapConfigs {
|
||||||
|
|
||||||
public MapConfig map_Company() {
|
public MapConfig map_Company() {
|
||||||
return makeDefaultMapConfig(IMDGDistributedNames.Map_Company, companyMapStore)
|
return makeDefaultMapConfig(IMDGDistributedNames.Map_Company, companyMapStore)
|
||||||
.addMapIndexConfig(makeMapIndexConfig("companyId"));
|
.addMapIndexConfig(makeMapIndexConfig("Id"));
|
||||||
}
|
}
|
||||||
|
|
||||||
// @Autowired
|
// @Autowired
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue