Commit 4270fc15 authored by chenzhao's avatar chenzhao

修改bug

parent a41e7af8
...@@ -210,7 +210,7 @@ public class DataSourcesImpl implements DataSources { ...@@ -210,7 +210,7 @@ public class DataSourcesImpl implements DataSources {
PermissionInterceptorContext.setDataAuthRule("fire_water_info"); PermissionInterceptorContext.setDataAuthRule("fire_water_info");
Map<String, Object> map = new HashMap<>(); Map<String, Object> map = new HashMap<>();
map.put("bizOrgCode",reginParams.getPersonIdentity().getBizOrgCode()); map.put("OrgCode",reginParams.getPersonIdentity().getBizOrgCode());
IPage<Map<String, Object>> mapIPage = iOrgUsrService.pagePerson(null, null, map); IPage<Map<String, Object>> mapIPage = iOrgUsrService.pagePerson(null, null, map);
List<Map<String, Object>> records = mapIPage.getRecords(); List<Map<String, Object>> records = mapIPage.getRecords();
List<String> carNameList = Lists.newArrayList(); List<String> carNameList = Lists.newArrayList();
...@@ -227,7 +227,7 @@ public class DataSourcesImpl implements DataSources { ...@@ -227,7 +227,7 @@ public class DataSourcesImpl implements DataSources {
PermissionInterceptorContext.setDataAuthRule("fire_station_info"); PermissionInterceptorContext.setDataAuthRule("fire_station_info");
Map<String, Object> map = new HashMap<>(); Map<String, Object> map = new HashMap<>();
map.put("bizOrgCode",reginParams.getPersonIdentity().getBizOrgCode()); map.put("OrgCode",reginParams.getPersonIdentity().getBizOrgCode());
IPage<Map<String, Object>> mapIPage = iOrgUsrService.pagePerson(null, null, map); IPage<Map<String, Object>> mapIPage = iOrgUsrService.pagePerson(null, null, map);
List<Map<String, Object>> records = mapIPage.getRecords(); List<Map<String, Object>> records = mapIPage.getRecords();
List<String> carNameList = Lists.newArrayList(); List<String> carNameList = Lists.newArrayList();
...@@ -244,7 +244,7 @@ public class DataSourcesImpl implements DataSources { ...@@ -244,7 +244,7 @@ public class DataSourcesImpl implements DataSources {
PermissionInterceptorContext.setDataAuthRule("fire_team_info"); PermissionInterceptorContext.setDataAuthRule("fire_team_info");
Map<String, Object> map = new HashMap<>(); Map<String, Object> map = new HashMap<>();
map.put("bizOrgCode",reginParams.getPersonIdentity().getBizOrgCode()); map.put("OrgCode",reginParams.getPersonIdentity().getBizOrgCode());
IPage<Map<String, Object>> mapIPage = iOrgUsrService.pagePerson(null, null, map); IPage<Map<String, Object>> mapIPage = iOrgUsrService.pagePerson(null, null, map);
List<Map<String, Object>> records = mapIPage.getRecords(); List<Map<String, Object>> records = mapIPage.getRecords();
List<String> carNameList = Lists.newArrayList(); List<String> carNameList = Lists.newArrayList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment