企业信息上报审核接口

This commit is contained in:
chenlinlin 2025-05-09 18:13:58 +08:00
parent c4a5d7e562
commit 4eb2302b8f
2 changed files with 2 additions and 1 deletions

View File

@ -771,7 +771,7 @@ const baseRoutes = [
name: '_zfsjzbb', name: '_zfsjzbb',
component: () => import('@views/dtsjygl/zfsjzbb.vue'), component: () => import('@views/dtsjygl/zfsjzbb.vue'),
meta: { meta: {
title: '执法周报表' title: '执法数据周报表'
} }
}, },
{ {

View File

@ -236,6 +236,7 @@ public class DeliveryRecordService {
* 统计 * 统计
* *
* @param query 查询参数 * @param query 查询参数
* @param user 用户
* @return 统计结果 * @return 统计结果
*/ */
public List<Map<String, Object>> statistics(DeliveryQuery query, RemoteUserInfo user) { public List<Map<String, Object>> statistics(DeliveryQuery query, RemoteUserInfo user) {