From e95b39d335a224617621de3fd5d645fd2f47338f Mon Sep 17 00:00:00 2001 From: 张天森 <1292933220@qq.com> Date: 星期二, 27 九月 2022 17:13:50 +0800 Subject: [PATCH] Merge branch 'sanshuohuitang_dev' into huacheng_test --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComSanShuoEventApi.java | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComSanShuoEventApi.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComSanShuoEventApi.java index 7a4c003..c6a0358 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComSanShuoEventApi.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComSanShuoEventApi.java @@ -47,7 +47,7 @@ @GetMapping("/appletsList") public R appletList(){ - return R.ok(commediateTypeService.list(new QueryWrapper<ComMediateType>().eq("enabled",1))); + return R.ok(commediateTypeService.list(new QueryWrapper<ComMediateType>().eq("enabled",1).eq("deleteFlag", 0))); } /** @@ -80,11 +80,4 @@ return R.ok(commediateTypeService.updateById(comMediateType)); } - /** - * 大屏接口-事件统计 - * */ - @PostMapping("/indexDate") - public R indexDate(@RequestBody IndexDateDTO indexDateDTO){ - return commediateTypeService.indexDate(indexDateDTO); - } } -- Gitblit v1.7.1