From bfbfe7d5fd6c90d5f7359762223ce4bd1cc7cfa1 Mon Sep 17 00:00:00 2001 From: 101captain <237651143@qq.com> Date: 星期一, 15 八月 2022 09:56:49 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/lyq_battery_shop' into diandongche --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActNeighborCircleServiceImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActNeighborCircleServiceImpl.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActNeighborCircleServiceImpl.java index 06f2c06..31a4ac6 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActNeighborCircleServiceImpl.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActNeighborCircleServiceImpl.java @@ -1002,7 +1002,7 @@ public R deleteNeighborByApp(DeleteNeighborCircleAppDTO circleTopicAppDTO){ ComActNeighborCircleDO neighborCircleDO = new ComActNeighborCircleDO(); neighborCircleDO.setId(circleTopicAppDTO.getId()); - neighborCircleDO.setIsDel(ComActNeighborCircleDO.isDel.yes); + neighborCircleDO.setIsDel(ComActNeighborCircleDO.IsDel.YES); if(this.baseMapper.updateById(neighborCircleDO) > 0){ return R.ok(); } -- Gitblit v1.7.1