新增资料、感知、许可、设备等信息查询

This commit is contained in:
renhao02 2025-06-06 17:21:09 +08:00
parent 8661f7e61d
commit 1fe6cb564c
3 changed files with 2 additions and 7 deletions

View File

@ -55,9 +55,7 @@
<el-table-column prop="agency.agencyName" label="属地" min-width="250"/>
<el-table-column prop="unitName" label="企业" min-width="350"/>
<el-table-column prop="industryType" label="行业类型" min-width="200">
<template #default="{row}">
<el-span>{{ DICTDISPLAYS.HYLB_MAP[row.industryType] || row.industryType }}</el-span>
</template>
</el-table-column>
<el-table-column prop="videoAccessMsg" label="视频" min-width="100"/>
<el-table-column prop="perceptionAccessMsg" label="感知" min-width="100"/>

View File

@ -56,9 +56,7 @@
<el-table-column prop="agency.agencyName" label="属地" min-width="250"/>
<el-table-column prop="unitName" label="企业" min-width="350"/>
<el-table-column prop="industryType" label="行业类型" min-width="200">
<template #default="{row}">
<el-span>{{ DICTDISPLAYS.HYLB_MAP[row.industryType] || row.industryType }}</el-span>
</template>
</el-table-column>
<el-table-column prop="videoAccessMsg" label="视频" min-width="100"/>
<el-table-column prop="perceptionAccessMsg" label="感知" min-width="100"/>

View File

@ -109,7 +109,6 @@ public class EnterpriseJoinScheduleService {
@Transactional(propagation = Propagation.REQUIRES_NEW)
public void scheduledUpdateEnterpriseTask2() {
log.info("===== 开始执行企业感知设备信息同步任务 =====");
int page = 0;
final int limit = 2000;
Page<Enterprise> pageResult;