调查取证、材料上传

This commit is contained in:
yuyan02 2025-04-25 17:47:58 +08:00
parent 1df031a050
commit d7158bc420
3 changed files with 3 additions and 2 deletions

View File

@ -681,7 +681,7 @@ const baseRoutes = [
path: '/tjbb',
name: 'tjbb',
component: SviLayout,
meta: {title: '台账统计分析'},
meta: {title: '统计分析'},
children: [
{
path: 'qxtjsb',

View File

@ -53,7 +53,7 @@ public class StatisticController {
}
/**
* 周报表统计查看检查企业数详情
* 执法周报表统计查看检查企业数详情
*
* @return 执法周报表统计查看检查企业数详情
*/

View File

@ -262,6 +262,7 @@ public class DeliveryRecordService {
() -> resMap.put(k, 0L)
);
});
});
return agencyList.stream().map(o -> {
Map<String, Object> resMap = new HashMap<>();