nl-7 ol-7">
import com.ai.bss.position.model.MapAreaBusinessType;
@ -43,6 +44,9 @@ public class LocationManagementServiceImpl implements LocationManagementService
@Autowired
private ResourceToolQuery resourceToolQuery;
@Autowired
MapTagManageService mapTagManageService;
/**
* 初始化人员定位详细数据
*
@ -170,8 +174,7 @@ public class LocationManagementServiceImpl implements LocationManagementService
if (CollectionUtils.isEmpty(mapAreaList))
return ebcMapAreaList;
List<MapAreaBusinessType> mapAreaTypeList = mapAreaQuery.queryAllMapAreaBusinessType(new CommonRequest(null))
.getData();
List<MapAreaBusinessType> mapAreaTypeList = mapTagManageService.queryMapAreaTypeList().getData();
List<ResourceToolType> toolTypeList = resourceToolQuery.loadAllResourceToolType(new CommonRequest(null))
.getData();
|
||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
58 |
|
|
58 |
|
|
59 |
|
|
59 | 60 |
|
60 | 61 |
|
61 | 62 |
|
|
||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
|
|
34 | 35 |
|
35 | 36 |
|
36 |
|
|
37 |
|
|
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
|
||
1 | 1 |
|
2 |
|
|
2 |
|
|
3 | 3 |
|
4 |
|
|
4 |
|
|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
|
||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
|
|
26 |
|
|
27 |
|
|
28 |
|
|
25 |
|
|
26 |
|
|
27 |
|
|
28 |
|
|
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|