企业信息上报审核接口
This commit is contained in:
parent
c4a5d7e562
commit
4eb2302b8f
|
|
@ -771,7 +771,7 @@ const baseRoutes = [
|
|||
name: '_zfsjzbb',
|
||||
component: () => import('@views/dtsjygl/zfsjzbb.vue'),
|
||||
meta: {
|
||||
title: '执法周报表'
|
||||
title: '执法数据周报表'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -236,6 +236,7 @@ public class DeliveryRecordService {
|
|||
* 统计
|
||||
*
|
||||
* @param query 查询参数
|
||||
* @param user 用户
|
||||
* @return 统计结果
|
||||
*/
|
||||
public List<Map<String, Object>> statistics(DeliveryQuery query, RemoteUserInfo user) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue