在线巡查、非现场执法审核等功能优化完善
This commit is contained in:
parent
a9cc70fb7f
commit
2cfb465bcc
|
|
@ -20,7 +20,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</el-collapse-item>
|
||||
|
||||
<!-- 安全监管信息 -->
|
||||
<el-collapse-item name="supervision">
|
||||
<template #title>
|
||||
|
|
|
|||
|
|
@ -313,7 +313,6 @@ function handleQuery(queryParams) {
|
|||
}
|
||||
|
||||
|
||||
|
||||
// 详情信息
|
||||
function handleDetail(row) {
|
||||
dialogConfig.value.show = true
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ public class EnforceCheckController {
|
|||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 创建执法检查记录
|
||||
*
|
||||
|
|
|
|||
|
|
@ -74,7 +74,6 @@ public class HikVisionController {
|
|||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 获取监控点预览取流
|
||||
*
|
||||
|
|
|
|||
|
|
@ -45,15 +45,6 @@ import java.util.Objects;
|
|||
group by format(a.createTime as 'yyyy')
|
||||
order by createTime
|
||||
"""),
|
||||
@NamedQuery(name = "getfxczftjByMonth", query = """
|
||||
select
|
||||
format(a.createTime as 'yyyy-MM') as createTime,
|
||||
count(a) as zs
|
||||
from OnlinePatrol a
|
||||
where a.createTime >= :startTime and a.createTime <= :endTime
|
||||
group by format(a.createTime as 'yyyy-MM')
|
||||
order by createTime
|
||||
"""),
|
||||
})
|
||||
@SqlResultSetMappings({
|
||||
@SqlResultSetMapping(
|
||||
|
|
|
|||
|
|
@ -69,6 +69,8 @@ public class OnlinePatrolService {
|
|||
List<Map<String, Object>> list = uploadAllFiles(files);
|
||||
onlinePatrol.setAnnexs(list);
|
||||
}
|
||||
|
||||
|
||||
onlinePatrolRepository.save(onlinePatrol);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue